Authorizations
Bearer authentication header of the form Bearer <Token>, where <Token> is your access token.
Headers
The organization identifier
The merchant account number
Preferred language for the response
Body
application/json
The unique identifier of the merchant account
Required range:
10000000 <= x <= 99999999Example:
35253486
The event code to trigger the webhook (free-form string). See webhook events documentation for common codes.
Example:
"payment.success"
The URL that will receive webhook notifications (must be reachable)
Example:
"https://merchant.example.com/webhooks/payment"
Email address of the user creating the webhook
Example:
"johndoe@example.com"
Response
201 - application/json
Created - Webhook successfully created
Example:
"Merchant webhook has been created successfully"