Setup
Last updated
Last updated
In order to set the Webhook URL for the terminal, use the following endpoint, where id
is the Terminal ID.
The endpoint will return a JSON object with the following structure:
url
: The Webhook URL set for the terminal.
signingSecret
: A secret key generated by the API, utilized for verifying the authenticity of the webhook sender. Refer to the "Webhook Signatures" section for details on how to use this secret.
In order to delete the Webhook URL for the terminal, use the endpoint below, where id
is the Terminal ID:
Success
Success