cURL
curl --request POST \ --url https://reelmirror.com/api/v1/billing/topup \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "amount_cents": 123 } '
{ "data": { "url": "<string>" } }
Create a Stripe Checkout session to add credits to your balance. Requires billing:write scope.
billing:write
API key (rm_xxx) or JWT token
Amount in cents to top up. Must be one of the supported values.
Stripe Checkout URL to complete payment
Show child attributes