Create card
POST/card/v1/cards
Creates a new virtual card linked to a specified BVNK wallet. The card is issued in a CREATED state. Shortly after, the asynchronous issuing process starts and the card transitions to PENDING. The outcome is either ACTIVE (card ready to use) or CANCELLED (issuance failed).
You must specify the ledger configuration to determine which wallet funds the card:
BVNK_EPC_WALLET: tied to a customer reference. Only one active card is allowed per customer with this wallet type.
The customer must pass eligibility requirements before a card can be issued. Use the Check eligibility status endpoint to verify eligibility.
Request
Responses
- 202
- 400
Card creation accepted and is being processed asynchronously. The card is in CREATED state and will transition to ACTIVE once provisioning is complete.