# Payment UI

A demo HTML/JS example of how the billing/subscription pages will need to function in the actual final UI.

This service should be used as an example, although it is functional and running at `https://mediamagic.dev/billing`.

In the payment UI, enter a valid organisation ID, select a billing level, and go through the Stripe checkout process.

You can use the long card number `4242 4242 4242 4242`, which is the Stripe test card number. Any security code and expiration date will be valid.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mediamagic.dev/product-docs/services/payment-ui-service.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
