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:
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.
ISO 3166-1 alpha-3 code of the country (e.g., MEX, PER)
MEXThe transaction amount
100000Currency code in ISO 4217 format (e.g., MXN, PEN)
MXNMerchant payout ID (Purchase Order)
R123456Optional description for merchant use
FreeTextFreeTextFreeTextOK
Missing or invalid data
Data validation error
Time Outs
In the case of receiving a Time Out as a response from this API we recommend resending the payout again after 30 seconds using the same orderId.
This way we will check if the payout was processed and avoid double payments.
Last updated