StatusRequest
anyOf- Option 1
- Option 2
client_idintegerrequired
Account ID you obtained from PagaSul when integrating
Example:
123client_payment_idstring
Payment ID unique within your system
Example:
payment_35payment_iduint64
Payment ID you received from PagaSul in the response to your initial payment request
Example:
246001234StatusRequest
{
"client_id": 123,
"client_payment_id": "payment_35",
"payment_id": 246001234
}