Notifications

Each time that a SubMerchant is successfully onboarded through the Referral Signup Form or a change in information has occurred in a SubMerchant of yours, a webhook will be sent to the Referral URL that you defined at:

Merchant Panel > Settings > API Access > Referral URL

Bear in mind we will only connect through ports 80 and 443. Make sure your Referral URL has one of those ports open accepting connections from us.

Notification Fields

sub_merchant_id

Integer

Identifier of the SubMerchant on our end.

Example of SubMerchant notification

{
    "sub_merchant_id":18703
}

Last updated