Start a credit purchase
Start a purchase of prepaid translation credit.
Returns a hosted payment page — redirect the browser to checkout_url to
complete the payment. Credit is added to the organization’s balance only once
the payment has settled, so it may not be reflected the instant the browser
returns; abandoning checkout has no effect at all.
amount_cents must fall within the accepted top-up range, which
GET /v1/billing/credit reports as min_topup_cents / max_topup_cents.
Amounts outside it are rejected with 400.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Request to buy prepaid translation credit.
2500