Get all cards
Get all cards
GET /api/v1/reloadable/cards?pageNum=0&pageSize=10Response Example:
{
"items": [
{
"id": 1,
"maskCardPan": "XXXXXXXXXXXX9286",
"activationDate": "2025-07-17T13:44:39",
"bin": "486555",
"cardStatus": "ACTIVE",
"cardholderName": "Will Dorty",
"expirationDate": "2028-07-31",
"createdAt": "2024-01-01T00:00:00.000Z",
"cardBalance": "1000.50",
"currency": "USD",
"maxBalance": "5000.00",
"dailySpendLimit": "500.00",
"monthlySpendLimit": "2000.00",
"recipientFirstName": "John",
"recipientLastName": "Doe",
"recipientEmail": "[email protected]",
"recipientPhoneNumber": "+1234567890",
"recipientCountry": "US",
"recipientAddress": "123 Main St",
"recipientCity": "New York",
"recipientState": "NY",
"recipientPostalCode": "10001"
}
],
"totalCount": 0,
"hasMore": true
}Updated 4 months ago
