Skip to main content
POST
Add Funds

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

use_checkout
boolean
default:false

Cookies

session
String

Body

application/json
amount
integer
required

Amount to add in cents

Response

Successful Response

checkout_url
string | null

Stripe Checkout Session URL to complete payment. Non-null when no saved payment method is on file.