Top up wallet (Stripe link)
create_wallet_topup_checkoutCreate a Stripe Checkout link to add funds to the wallet. Returns checkout_url — give it to the user to pay in the browser; funds land after payment. Minimum 10. billing_country is the ISO-2 country the invoice is issued to (UK customers are charged 20% VAT); ask the user for it — the call is refused with billing_country_required until Stripe knows the customer's country.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount to add, in the wallet currency (minimum 10). | |
| currency | No | ISO currency code, lower-case (default usd). | usd |
| billing_country | No | ISO-2 invoice country, e.g. GB, US, DE (UK = 20% VAT). |