Skip to main content
POST
Trigger a card data refresh

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
card_id
string
required

The card ID to refresh data for

card_type
enum<string>

The type of card. Defaults to Non-Reloadable U.S. if omitted.

Available options:
Non-Reloadable U.S.,
Non-Reloadable International

Response

Card refresh requested successfully

success
boolean
message
string
Example:

"Card refresh requested."