Create Payment
Payout
Create Payment
Create a new payout payment to transfer funds
POST
Create Payment
Request Body
Merchant id of the account that is creating the payout. The custom number will be different for sandbox and production environment.Is mandatory if there is more than one account under your umbrella (sellers).
Payment method for the payout.Allowed values:
PIXCurrency code of the amount (ISO 4217).Example:
BRLCountry code (ISO 3166-1 alpha-2).Example:
BRThe payout amount in decimal format.Example:
50.34Unique invoice identifier (UUID format recommended).Example:
e3317882-f821-455b-b082-dc3ba36e8a57Description or purpose of the payout.Max length:
255 charactersBeneficiary information.
Details of remitter. Mandatory for the remittance model. Payments from individuals to individuals.
Legal entity information of the payment originator. Mandatory for crossborder merchants.
PIX payment information. Use either
pix_key OR bank account details.URL where webhook notifications will be sent.Max length:
255 charactersPurpose code for the transaction.Default:
20Custom message to appear on the receipt.
Response
WEpayment’s auto generated payout ID.
Merchant information.
Payment method used.
Country code.
Currency code.
Payout amount formatted with currency symbol.
Source currency if conversion was applied.
Source amount if conversion was applied.
Invoice identifier.
Payout description.
Authentication code for the transaction.
Description if the payout was rejected.
Webhook notification URL.
Payout status.
Beneficiary information.
Receipt message.
PIX payment details.
Transaction purpose code.
Payment completion timestamp.
Creation timestamp.
Last update timestamp.
Request Examples
PIX Key Payment
Use this method when you have the beneficiary’s PIX key.Bank Account Payment
Use this method when you have the beneficiary’s bank account details.Related Resources
Payout Webhook
Receive real-time payout status notifications
Get Balance
Check your wallet balance before creating payouts

