ConfirmRequest
client_idintegerrequired
Account ID you obtained from PagaSul when integrating
Example:
123client_payment_idstringrequired
Payment ID unique within your system
Example:
payment_35confirmation_data objectrequired
Free-form object with the confirmation data required by the payment method
property name*any
Free-form object with the confirmation data required by the payment method
ConfirmRequest
{
"client_id": 123,
"client_payment_id": "payment_35",
"confirmation_data": {}
}