Customers
List payment instruments
Lists all payment instrument resources that are saved for an identified customer.
get/v0.1/customers/{customer_id}/payment-instruments
Response
Returns the list of saved payment instruments for the customer.
Example response
[
{
"token": "bcfc8e5f-3b47-4cb9-854b-3b7a4cce7be3",
"active": true,
"type": "card",
"mandate": {
"type": "recurrent",
"status": "active",
"merchant_code": "MH4H92C7"
},
"card": {
"last_4_digits": "0001",
"type": "VISA"
},
"created_at": "2021-03-30T10:06:07.000+00:00"
}
]