Fetch Cards
The endpoint fetch all created virtual cards by the merchant
Query Parameter
Name
Value
Description
Request Header
Name
Value
Description
Response body
{
"success": true,
"message": "List of cards",
"data": [
{
"date_created": "19-11-2024",
"card_name": "Facebook sub",
"card_no": "xxxx-xxx-xxxx-xxxx",
"card_expiry": "12/28",
"cvv": "xxx",
"merchant_id": "1732010617639",
"user_id": "1732010617639",
"user_email": "[email protected]",
"card_id": "C1732010617639",
"tag": "fees"
}
]
}Last updated