v1
latestOpenAPI 3.1.02026-07-26590236.8 KBCreate Card
Use this API to create a Virtual Card. Virtual cards can belong to either a Business or a Person.
post/card
Request body
Response
200
Example response
{
"data": {
"id": "15f2267fb02f11ed9e800242ac110002",
"holder_id": "c74b2fb8a59911eda9df0242ac110002",
"holder_type": "person",
"currency": "USD",
"label": "Sandbox",
"cardholder_name": "JOHN DERRICK",
"status": "pending",
"created_at": "2023-02-19T08:26:19Z",
"updated_at": "2023-02-19T08:26:19Z"
},
"message": "Card creation queued successfully",
"status": "success"
}