Webhooks
Disbursement
Notification kinds
The notification kind, returned by calling Kind on the notification object, reveals what triggered the webhook. The WebhookNotification.Kind for Disbursement webhooks will be one of the following:
WebhookKind.DISBURSEMENT
WebhookKind.TRANSACTIONDISBURSED
The following table describes the conditions that trigger each kind of webhook.
Notification Type | Description |
---|---|
disbursement | Braintree-funded merchant accounts only |
transaction_disbursed | Braintree-funded merchant accounts only |
Attributes
Kind
enumThe kind of webhook notification.
Timestamp
dateThe UTC time at which the webhook was triggered.
Disbursement
Id
stringThe id of the disbursement.
Amount
decimalThe amount of the disbursement.
DisbursementDate
dateThe date the funds were disbursed.
DisbursementType
stringThe type of disbursement (debit/credit).
TransactionIds
ArrayThe ids of all transactions associated with this disbursement.
MerchantAccount
The merchant account the disbursement corresponds to. You will only receive a disbursement webhook if Braintree manages funding for the selected merchant account. You'll know this is the case if Disbursement Summary reports are available for that account.
Retry
booltrue
if the disbursement previously failed and this webhook is for a second attempt. false
if this is the first time this disbursement has been attempted.
Success
booltrue
if the disbursement was successful.