🚀 Card Payment is live! Learn more
cURL
curl --request GET \ --url https://nini.monieswitch.com/card \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "status": true, "message": "Operation is successful", "data": { "size": 50, "page": 1, "totalRecords": 2, "totalPages": 1, "totalActiveCards": 4, "totalInactiveCards": 0, "cards": [ { "id": "b817bf01-a671-40bb-a27c-73160692f0e8", "status": "ACTIVE", "type": "PHYSICAL", "cardholder": "Tomato", "expirationDate": "3007", "createdAt": "2025-07-09T18:07:15.854Z", "merchant": { "id": "3aed8fe9-2c60-48fe-bea4-71ea8c8f3c84", "businessName": "Kimpembe" } }, { "id": "db14ba77-faca-4e98-96c6-6ddbd12a3131", "status": "ACTIVE", "type": "PHYSICAL", "cardholder": "Tagora", "expirationDate": "3007", "createdAt": "2025-07-09T18:04:20.450Z", "merchant": { "id": "3aed8fe9-2c60-48fe-bea4-71ea8c8f3c84", "businessName": "Kimpembe" } } ] } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
PENDING, ACCEPTED, DECLINED
PHYSICAL, VIRTUAL
Card List - Successful
The response is of type object.
object