URLs and events configuration
Below we will explain how to indicate the URLs that will be notified and how to configure the events for which notification will be received.
- Access the IPN Notifications.
- Next, configure the URL of production where notifications will be received.
- You will also be able to experiment and test if the indicated URL is receiving notifications correctly, being able to verify the request, the response given by the server and the description of the event.
- If you need to identify multiple accounts, at the end of the indicated URL you can specify the parameter
?customer=(sellername) endpoint
to identify the sellers. - Select the events from which you will receive notifications in
json
format usingHTTP POST
to the URL specified above. We notify you of events related to your orders (merchant_orders
), chargebacks received (chargebacks
), payments received (payment
), payment attempts (point_integration_ipn
) ou fraud alerts (delivery_cancellation
).