v1

latestOpenAPI 3.1.02026-07-244531143.5 KB

Crear un nuevo retiro a wallet - Perú

post/withdrawal/wallet/new

Request body

amountstring required

Monto de la transacción

documentTypestring required

Es el tipo de documento de identidad. El código puede ser: <br><br> <b>DN:</b> DNI <br> <b>CE:</b> Carné de extranjería<br> <b>PP:</b> Pasaporte <br> <b>RC:</b> RUC

document_idstring required

Número del documento de identidad del beneficiario

beneficiaryNamestring required

Primer nombre del beneficiario

beneficiaryLastNamestring required

Apellido del beneficiario

beneficiaryEmailstring required

Correo electrónico del beneficiario

beneficiaryPhonestring required

Número de teléfono celular del beneficiario

datastring required

Identificador del Retiro a asociar. Debe ser único e irrepetible

confirmationURLstring required

Webhook. Conoce más información en <a href="https://docs.prontopaga.com/docs/webhooks">este artículo</a>.

currencystring required

Código ISO de la moneda: <b>PEN</b>.

countrystring required

Código del país: <b>PE</b>.

walletstring required

En la tabla de arriba puedes ver todos los valores posibles para este campo. <br> <br> ⚠️ Para conocer el listado de wallets disponibles para un número telefónico en <b>Perú</b>, debe consultarse primero el endpoint de <a href="https://docs.prontopaga.com/reference/wallets-list">Lista de wallets</a>.

signstring required

La firma de los parámetros es única para cada transacción. Conoce cómo firmar en <a href="https://docs.prontopaga.com/docs/sign-transactions">este artículo</a>.

Response

200

uidstring
statusstring
messagestring
datastring
referenceinteger
successinteger

Example response

{
  "uid": "01J4PG5MET5CV6BCAAA8HRFC00",
  "status": "success",
  "message": "WALLET | LUQEA",
  "data": "1234",
  "reference": 8290123,
  "success": 1
}