curl --request GET \
--url https://api.onepay.la/v1/customers/{customer_id}/issuing-cards \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "9e41fe85-a21b-4145-b127-b9ddd593be5b",
"status": "created",
"last_4": null,
"nickname": null,
"type": "physical",
"customer_id": "9e41fe85-a058-4afc-9940-09764468aa5c",
"wallet_id": "019523d3-419c-7097-a343-b39a8eb7a50c"
}
],
"current_page": 1,
"from": 1,
"last_page": 1,
"per_page": 15,
"to": 1,
"total": 1
}
curl --request GET \
--url https://api.onepay.la/v1/customers/{customer_id}/issuing-cards \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "9e41fe85-a21b-4145-b127-b9ddd593be5b",
"status": "created",
"last_4": null,
"nickname": null,
"type": "physical",
"customer_id": "9e41fe85-a058-4afc-9940-09764468aa5c",
"wallet_id": "019523d3-419c-7097-a343-b39a8eb7a50c"
}
],
"current_page": 1,
"from": 1,
"last_page": 1,
"per_page": 15,
"to": 1,
"total": 1
}
null si es la última páginanull si es la primera páginaHide data
{
"data": [
{
"id": "9e41fe85-a21b-4145-b127-b9ddd593be5b",
"status": "created",
"last_4": null,
"nickname": null,
"type": "physical",
"customer_id": "9e41fe85-a058-4afc-9940-09764468aa5c",
"wallet_id": "019523d3-419c-7097-a343-b39a8eb7a50c"
}
],
"current_page": 1,
"from": 1,
"last_page": 1,
"per_page": 15,
"to": 1,
"total": 1
}
Was this page helpful?