Merchant order query
To be able to consult the status of the orders through the topic merchant order you will need to make a GET using the ID that you received in the notification server.
Please find all the information you need about the request and response parameters in our API reference documentation.
Within the MO, in the payment object, you will find all the payments made, whether approved or rejected. It is important to obtain the ID of the payments with approved status in order to be able to make chargebacks/refunds.
Get a payment
If you require more information about payments you can use the payment ID to obtain a more detailed response.
Please find all the information you need about the request and response parameters in our API reference documentation.