PaymentStatusResponse
Account ID you obtained from PagaSul when integrating
123Payment ID unique within your system
payment_35Payment ID the PagaSul payment platform assigned to the payment
246001234Status the payment is currently in
Possible values: [new, redirect, processing, success, decline, failed]
successPayment 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]
BR.PIXPayment method's type
pay-inCode of the payment currency in the ISO-4217 alpha-3 format
Possible values: [BRL, ARS, COP, BOB, USD, VES]
BRLPayment amount in major currency units
12.34checkout_data object
Data you should use to redirect the customer
URL to redirect the customer to
https://example.com/redirectHTTP method for retrieving the checkout page
GETInternal result code of request processing
Possible values: [OK, BAD REQUEST, NOT FOUND, NOT CREATED]
OKDescription of the result code
unauthorized{
"client_id": 123,
"client_payment_id": "payment_35",
"payment_id": 246001234,
"status": "success",
"payment_method": "BR.PIX",
"payment_type": "pay-in",
"currency": "BRL",
"amount": 12.34,
"checkout_data": {
"url": "https://example.com/redirect",
"method": "GET"
},
"result_code": "OK",
"result_message": "unauthorized"
}