v1
latestOpenAPI 3.0.02026-07-1412039.8 KBCards
Get Partner Cards List
Retrieve a paginated list of all partner cards for the business. This endpoint allows you to view all issued partner cards with their current status and details.
get/partner_cards
Query parameters
pageinteger
Page number for pagination
per_pageinteger
Number of items per page
Headers
Content-Typestring
Authorizationstring
Response
Successful response
Example response
{
"data": [
{
"card_holder_name": "MCS integration",
"expiry_date": "12/28",
"card_last4": "9623",
"status": "active",
"booking_id": "Testing12345",
"created_at": "2025-12-15T08:41:37.781+04:00",
"updated_at": "2025-12-15T08:54:20.946+04:00",
"id": "CRD-E03E386695",
"amount": 500,
"total_spend": 0
},
{
"card_holder_name": "MCS integration",
"expiry_date": "12/28",
"card_last4": "5737",
"status": "terminated",
"booking_id": "Testing1235821444579867",
"created_at": "2025-12-15T08:22:11.930+04:00",
"updated_at": "2025-12-15T08:30:54.057+04:00",
"id": "CRD-5959837C07",
"amount": 500,
"total_spend": 200
}
],
"pagination_meta": {
"page": 1,
"per_page": 10,
"total_pages": 2,
"next_page": 2,
"prev_page": null,
"from": 1,
"to": 10,
"total_count": 19
}
}