curl --request PUT \
--url https://api.onepay.la/v1/issuing/cards/{card_id}/froze \
--header 'Authorization: Bearer <token>' \
--header 'x-idempotency: <x-idempotency>'no content
Congela una tarjeta existente.
curl --request PUT \
--url https://api.onepay.la/v1/issuing/cards/{card_id}/froze \
--header 'Authorization: Bearer <token>' \
--header 'x-idempotency: <x-idempotency>'no content
no content
Was this page helpful?