Webhooks
As part of the Payments product we provide a webhooks feature, allowing you to receive a success event after a payment have been finalized on our side.
To setup the webhook you will have to:
Contact us with the request to enable the webhook(s).
Prepare a wehbook HTTP REST endpoint on your backend.
Make sure its accessible for us.
The webhook then will be sent as a POST request with the following JSON body structure:
Last updated