Skip to main content
POST
Create a reloadable card

Authorizations

Authorization
string
header
required

Firebase ID token from /auth or any paid route, sent as a Bearer token: Authorization: Bearer <id_token> (the Bearer prefix is required).

Body

application/json
usd_amount
number
required

Amount in US dollars to load onto the card, minimum $1. Sent as dollars, not cents.

reusable
boolean

Whether the card stays open across charges. Defaults to true; false closes it after the first approved charge.

Response

The newly created card.

card
object