PayOutResponse
client_idinteger
Account ID you obtained from PagaSul when integrating
Example:
123client_payment_idstring
Payment ID unique within your system
Example:
payment_35payment_iduint64
Payment ID the PagaSul payment platform assigned to the payment
Example:
246001234statusstring
Status the pay-out is currently in
Possible values: [new, processing, success, decline, failed]
Example:
newpayment_methodstring
Payment method's code
Possible values: [BR.PIX, AR.BT, AR.QR, CO.BT, CO.PSE, CO.NEQUI, CO.BC, CO.TF, CO.EF, CO.TP, CO.BREB, BO.BT, BO.QR, EC.BT, EC.CASH, EC.MOBILE, VE.BT, VE.PAGOMOVIL]
Example:
BR.PIXpayment_typestring
Payment method's type
Example:
pay-outcurrencystring
Code of the pay-out currency in the ISO-4217 alpha-3 format
Possible values: [BRL, ARS, COP, BOB, USD, VES]
Example:
BRLamountnumber
Pay-out amount in major currency units
Example:
12.34result_codestring
Internal result code of request processing
Possible values: [OK, BAD REQUEST, NOT FOUND, NOT CREATED]
Example:
OKresult_messagestring
Description of the result code
Example:
payment processingPayOutResponse
{
"client_id": 123,
"client_payment_id": "payment_35",
"payment_id": 246001234,
"status": "new",
"payment_method": "BR.PIX",
"payment_type": "pay-out",
"currency": "BRL",
"amount": 12.34,
"result_code": "OK",
"result_message": "payment processing"
}