GET
/api/v1/customer/cards
This API method will list all available cards on the customer's account. This will only include cards which have not been removed.
Sample Request body
None Required
Sample Response
{
"status": true,
"items": [
{
"id": "LZWBJx0PmYkEwjGdr2vO",
"card_number": "LNS0220100054I",
"active": 1,
"balance": "6.00",
"created_at": "2018-09-28 09:18:51",
"updated_at": null
}
]
}{
"status": false,
"errorCode": "NO_ITEMS",
"message": "No items exist under your account"
}