Webhooks service

As explained in the Introduction page , the webhook service is the way of communicating to Toqio any update in the Financial Provider system.

In a typical flow, for example for a payment, the user will create a payment in the UI and we will send a request to your connector. When this payment changes the status, e.g. from SETTLED to ACCEPTED, you must send a notification to the webhook service so the transaction can be updated to the corresponding state.

To start working with our webhook service you need first to ask our delivery team to create your service as defined in this page. Once you are setup you can start making requests to update objects.

To send a request to the service you will need to use this urls, based on the environment you want to invoke:

Sandbox -> https://core.sandbox.toq.io/webhooks/integration/[INTEGRATION]/webhookType/[WEBHOOK_TYPE]

Production -> https://core.toq.io/webhooks/integration/[INTEGRATION]/webhookType/[WEBHOOK_TYPE]

In this section you will find the different webhooks available and the body request for each of them.