Authorization: Bearer ********************curl --location --request GET '/api/customer-vault/38/recurring-payments' \
--header 'Authorization: Bearer <token>'{
"items": [
{
"id": 1,
"name": "Monthly subscription",
"description": "Cinema Membership",
"amount": "3.11",
"execute": {
"frequency": 1,
"period": "month"
},
"valid": {
"from": "2020-01-01",
"to": "2020-12-31"
},
"payment": {
"next": "2020-02-01",
"last": null,
"max": 12,
"attempt": {
"date": null,
"retries": 0
}
},
"terminal": {
"id": 1
},
"customer": {
"id": 38,
"card": {
"id": 1,
"number": 4489,
"token": "H3ViuS1XiX9w4489",
"exp": "2020-12-31",
"order": 50,
"status": "Expired"
}
},
"status": "Active",
"archived": "No"
}
]
}