curl --request GET \
--url https://api.onepay.la/v1/issuing/cards/{card_id}/view \
--header 'Authorization: Bearer <token>'{
"id": "9ccf6d59-a00d-43c9-933d-4057083bd50f",
"iframe": "https://s.onepay.la/1234567890"
}
Obtiene el iframe de la tarjeta para que puedas mostrarlo en tu sitio web.
curl --request GET \
--url https://api.onepay.la/v1/issuing/cards/{card_id}/view \
--header 'Authorization: Bearer <token>'{
"id": "9ccf6d59-a00d-43c9-933d-4057083bd50f",
"iframe": "https://s.onepay.la/1234567890"
}
{
"id": "9ccf6d59-a00d-43c9-933d-4057083bd50f",
"iframe": "https://s.onepay.la/1234567890"
}
Was this page helpful?