Setup

Set Terminal Webhook URL:

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": "string",
  "signingSecret": "string"
}
  • 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.

Delete Terminal Webhook URL:

In order to delete the Webhook URL for the terminal, use the endpoint below, where id is the Terminal ID:

Last updated