Request P2P Batch Payment

Route to create a new P2P request using the client's unique bank account code

❗️

The external_code field is generated by the partner and must be unique

This code should be used as a conciliation tool to link the transaction to the batch item

📘

Webhooks

The P2P batch will dispatch 3 webhook types:

Response parameters

ParametersFormatDescription
returnBooleanResponse status (true/false)
messageStringResponse message
codeStringBatch request unique code
original_sizeIntegerBatch's original size
qty_createdIntegerAmount of items that were requested with success
qty_errorsIntegerAmount of items that were rejected
total_valueFloatSum value of all the transactions
errorsArray of ObjectsArray with info about the items that were rejected
returnBooleanResponse status (true/false)
messageStringError message
transactionObjectObject with the original transaction info
receiver_accountStringReceiver account
origin_accountStringOrigin account
amountFloatItem value

Request Parameters

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!