POST requests from the TransactBridge server. Authorization headers are also included so that partners can authenticate that the request originated from the TransactBridge server.
Merchants can configure the Webhook URL from the TransactBridge Admin Panel to start receiving webhook events.
Admin Panel for Sandbox Navigate to callback Url’s section under the Account settings tab to configure the Webhook URL for sandbox environment.Admin Panel for Production Navigate to callback Url’s section under the Account settings tab to configure the Webhook URL for production environment.
Callback Response
Partners must respond to the webhook with the following JSON response and an HTTP200 status code:
- Only the above response with an HTTP 200 status code will be treated as a successful acknowledgement of the webhook.
- If the merchant does not acknowledge the webhook, TransactBridge will retry sending the webhook. A maximum of 3 attempts will be made.
- If the partner fails to acknowledge the webhook after all 3 attempts, TransactBridge will stop sending subsequent retries for that event.
- Partners can also resend the webhook from the Partner Dashboard if required.