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"
}
Activa la tarjeta física para que puedas usarla, generando un link al que el cliente debe acceder y completar con los datos de la tarjeta.Documentation Index
Fetch the complete documentation index at: https://docs.onepay.la/llms.txt
Use this file to discover all available pages before exploring further.
{
"url": "https://s.onepay.la/1234567890"
}
Was this page helpful?