Create Payout

In this documentation you will be able to see all the especifications that are needed to create a payout.

This method consists of creating a payout and sending it to Monnet to be paid.

It is the use of an API with a POST method in which the information of the beneficiary used to make the corresponding dispersion will be sent to us.

Request example with all the fields:

Create a payout

post

Creates a payout and sends it to Monnet for processing. If a Time Out response is received, resend the request after 30 seconds using the same orderId to verify if it was processed and avoid duplicate payments.

Body
countrystringRequired

ISO 3166-1 alpha-3 code of the country (e.g., MEX, PER)

Example: MEX
amountnumberRequired

The transaction amount

Example: 100000
currencystringRequired

Currency code in ISO 4217 format (e.g., MXN, PEN)

Example: MXN
orderIdstringRequired

Merchant payout ID (Purchase Order)

Example: R123456
descriptionstringOptional

Optional description for merchant use

Example: FreeTextFreeTextFreeText
Responses
201

OK

application/json
post
/payouts

When creating a Payout, there are optional fields that you can provide. Although not mandatory, including this information can improve the user's payment experience. Consider these fields if you wish to provide additional details.

Last updated