Sub-merchant Account
Notification kinds
The notification kind, returned by calling Kind on the notification object, reveals what triggered the webhook. The WebhookNotification.Kind for Sub-merchant Account webhooks will be one of the following:
WebhookKind.SUBMERCHANTACCOUNTAPPROVEDWebhookKind.SUBMERCHANTACCOUNTDECLINED
The following table describes the conditions that trigger each kind of webhook.
| Notification Type | Description |
|---|---|
| sub_merchant_account_approved | A sub-merchant has been approved. |
| sub_merchant_account_declined | A sub-merchant has been declined. |
Attributes
KindenumThe kind of webhook notification.
TimestampdateThe UTC date/time at which the webhook was triggered.
MerchantAccountstringSee the sub-merchant onboarding guide for additional attributes available on a sub_merchant_account_declined webhook.