---
title: "Crear un nuevo retiro a wallet - Perú"
method: POST
path: "/withdrawal/wallet/new"
---

# Crear un nuevo retiro a wallet - Perú

`POST /withdrawal/wallet/new`

## Request body

- object
  - `amount` string, required — Monto de la transacción
  - `documentType` string, 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_id` string, required — Número del documento de identidad del beneficiario
  - `beneficiaryName` string, required — Primer nombre del beneficiario
  - `beneficiaryLastName` string, required — Apellido del beneficiario
  - `beneficiaryEmail` string, required — Correo electrónico del beneficiario
  - `beneficiaryPhone` string, required — Número de teléfono celular del beneficiario
  - `data` string, required — Identificador del Retiro a asociar. Debe ser único e irrepetible
  - `confirmationURL` string, required — Webhook. Conoce más información en <a href="https://docs.prontopaga.com/docs/webhooks">este artículo</a>.
  - `currency` string, required — Código ISO de la moneda: <b>PEN</b>.
  - `country` string, required — Código del país: <b>PE</b>.
  - `wallet` string, 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>.
  - `sign` string, 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`

200

- object
  - `uid` string
  - `status` string
  - `message` string
  - `data` string
  - `reference` integer
  - `success` integer

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/prontopaga/apis/prontopaga-api.md) · [All operations](https://skmtc.net/prontopaga/apis/prontopaga-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prontopaga/prontopaga-api/revisions/edcc7c3087f0/schema)
