Configure
When a payer selects and completes the details of the corresponding payment method during the checkout, a new Payment Order is generated in our side.
You can receive updates on that payment order's status changes, configuring your webhook URL in the body of the Checkout Preference:
{
// ...
"custom_urls": {
"status_changes_webhook": "https://api.mycompany.io/webhook",
}
// ...
}
Last updated