Skip to main content

PayOutResponse

client_idinteger

Account ID you obtained from PagaSul when integrating

Example: 123
client_payment_idstring

Payment ID unique within your system

Example: payment_35
payment_iduint64

Payment ID the PagaSul payment platform assigned to the payment

Example: 246001234
statusstring

Status the pay-out is currently in

Possible values: [new, processing, success, decline, failed]

Example: new
payment_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.PIX
payment_typestring

Payment method's type

Example: pay-out
currencystring

Code of the pay-out currency in the ISO-4217 alpha-3 format

Possible values: [BRL, ARS, COP, BOB, USD, VES]

Example: BRL
amountnumber

Pay-out amount in major currency units

Example: 12.34
result_codestring

Internal result code of request processing

Possible values: [OK, BAD REQUEST, NOT FOUND, NOT CREATED]

Example: OK
result_messagestring

Description of the result code

Example: payment processing
PayOutResponse
{
"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"
}