Create Partner Level Webhook for your brand

Creates a webhook that triggers for all merchant accounts under your partner brand.

See the following for a list of events:

Partner Webhook Events


Body Params
string

The URL which will accept the data when the web hook is triggered.

string
enum

The event which will trigger the web hook.

string

The expected response code from your webhook endpoint. Required if meta.webhook_retry_frequency or meta.webhook_retry_count is passed.

int32

How often (in minutes) the webhook will retry if webhook fails to return expected meta.response_code. Defaults to 5 if not passed. Requires a valid meta.response_code.

int32

How many times the webhook will attempt to retry. Defaults to 1 if not passed. Requires a valid meta.response_code.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json