curl --request PUT \
--url https://api.onepay.la/v1/issuing/cards/{card_id}/pin \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-idempotency: <x-idempotency>' \
--data '
{
"pin": "<string>"
}
'no content
[Solo tarjetas fisicas] Actualiza el pin de la tarjeta
curl --request PUT \
--url https://api.onepay.la/v1/issuing/cards/{card_id}/pin \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-idempotency: <x-idempotency>' \
--data '
{
"pin": "<string>"
}
'no content
Was this page helpful?