v1
latestOpenAPI 3.1.02026-07-26590236.8 KBList Cards
get/card
Query parameters
pageinteger
per_pageinteger
Response
200
Example response
{
"data": [
{
"id": "6b05c490b03b11ed9e800242ac110002",
"holder_id": "c74b2fb8a59911eda9df0242ac110002",
"holder_type": "person",
"balance": 5000,
"currency": "USD",
"brand": "visa",
"label": "Sandbox",
"cardholder_name": "JOHN DERRICK",
"number_masked": "4291**********08",
"number": "fe7e256bf82193bcb5d5058923d442c3",
"exp_month": "02",
"exp_year": "2026",
"cvv": "886c7c41e9544cd9feb1a547ee3cc525",
"billing_address": {
"address_type": "mailing",
"city": "Missouri",
"country": "US",
"line1": "2632 Bouillon Way",
"postal_code": "012916",
"state": "BA"
},
"status": "active",
"created_at": "2023-02-19T09:54:36Z",
"updated_at": "2023-02-19T09:54:36Z"
}
],
"message": "Cards retrieved successfully",
"meta": {
"per_page": 20,
"page": 1,
"count_total": 1,
"page_total": 1
},
"status": "success"
}