Get Cards
When successful, a HTTP 200 and JSON like this is returned:
{
"status_code": 0,
"body": [
{
"id": "card_xxxxxxxxxxxxxxxxxxxxxxxx",
"brand": "Visa",
"exp_month": 4,
"exp_year": 2024,
"last4": "4242",
"default": true
}
]
}Last updated
Was this helpful?