Create Credits Checkout
Access: authenticated organization users. Gateway availability depends on organization settings.
Starts a checkout session to add organization credits/balance via Stripe or PayPal.
For API usage, you must provide both cancel_url and success_url.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Use application/json for API responses.
Bearer access token. Use Bearer <YOUR_ACCESS_TOKEN>.
Query Parameters
When calling via API; user is redirected here if they cancel. Absolute URL.
"https://app.spacemedia.io/billing"
When calling via API; user is redirected here after successful payment. Absolute URL.
"https://app.spacemedia.io/payments/credit/success"
Body
The body is of type object.
Response
Success
The response is of type object.