API - Recharge Link
The Recharge Link API lets you create a link that reserves or charges customer’s card for top‑ups. Configure predefined or custom amounts, set expiration, and track device identifiers and confirmation
Last updated
The Recharge Link API lets you create a link that reserves or charges customer’s card for top‑ups. Configure predefined or custom amounts, set expiration, and track device identifiers and confirmation
Last updated
{
"amountOthers": true,
"deviceId": "1234567890",
"language": "es",
"currency": 978,
"amounts": [
1,
3,
5
],
"textToRender": "Esto es una prueba de comercio",
"maxAmount": 15,
"minAmount": 1,
"amountMultiple": 1,
"tokenization": true
}{
"amountOthers": true,
"deviceId": "1234567890",
"language": "es",
"currency": 978,
"amount": 2,
"textToRender": "Esto es una prueba de Comercio nuevo"
}{
"url": "https://user-area-dev.wipay.es/merchant/123456/link/123456-25-0-l7NGFjtBwp9-fmjQ1KA4pO2swkHbCXj4jrg/amount-selection",
"baseUrl": "https://user-area-dev.wipay.es",
"tokenId": "123456-25-0-l7NGFjtBwp9-fmjQ1KA4pO2swkHbCXj4jrg"
}{
"error": "DeviceId debe ser enviado en la solicitud"
}