billing

Fulfill Credit Purchase

Fulfill a completed credit purchase and add credits to your balance.

Idempotent — safe to call multiple times for the same session.

post/v1/billing/credit-purchase/fulfill

Headers

authorizationstring

Request body

session_idstring required

Response

Successful Response

statusstring required
balance_centsinteger required

Example response

{
  "balance_cents": 29750
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.