Webhook

Upon successful payment, we send a POST request to the URL you specified with a JSON body, which consists of Invoice and api_key.

api_key is needed to verify that the webhook came from us with valid data. Be sure to check if this parameter matches your API key.

Last updated