Notification

When any change in order’s status occurs, we will make a POST request to notify them of the change.

{
     "status": "FINISHED",
     "checksum": "ad87f88bc9d41f28de77773f82ec0bf607073e434b082e46bf0f4de30cd6528e4dd4de8fe6ab23dbeff659eb11b6cb1b9f29449c1b556774acdb4515b0e4b9d3",
     "order": "1e7ce9c5-75b1-40c2-949a-bb221aafe70d",
     "merchant_reference": "your-merchant-id"
}

status: The actual order's status.
checksum: Hashed request information to validate the notification's veracity.
order: Our internal reference to the order.
merchant_reference: Your reference informed in order creation.