v1
latestOpenAPI 3.0.22026-07-26128245430.3 KBCards
Provision a card account
Provision a card account. NOTE: the legacy Bridge Cards API is deprecated, and stablecoin card issuing capabilities are now natively integrated into Stripe Issuing. Please see this guide for more details on how to enable your account for Stripe Issuing.
post/customers/{customerID}/card_accounts
Path parameters
customerIDstring required
A UUID that uniquely identifies a resource
Headers
Idempotency-Keystring required
Request body
Response
The successfully created card account
Example response
{
"card_details": {
"last_4": "1264",
"expiry": "10/24",
"bin": "44325280"
}
}