curl --request GET \
--url https://api.onepay.la/v1/issuing/cards/{card_id}/enable \
--header 'Authorization: Bearer <token>' \
--header 'x-idempotency: <x-idempotency>'{
"url": "https://s.onepay.la/1234567890"
}
[Solo tarjetas físicas]
curl --request GET \
--url https://api.onepay.la/v1/issuing/cards/{card_id}/enable \
--header 'Authorization: Bearer <token>' \
--header 'x-idempotency: <x-idempotency>'{
"url": "https://s.onepay.la/1234567890"
}
{
"url": "https://s.onepay.la/1234567890"
}
Was this page helpful?