Beneficiaries webhooks
We will send the following header and body to the provided Url in a post request
Header
Event id.
Event name.
Event type. One of beneficiary.failed
, beneficiary.successful
The default is default
.
Payload
Beneficiary id.
Beneficiary payment type.
Beneficiary email.
Beneficiary nickname.
Beneficiary first name. When creating beneficiaries, if the entity_type
selects Individual
, beneficiary_first_name
is not empty.
Beneficiary last name. When creating beneficiaries, if the entity_type
selects Individual
, beneficiary_last_name
is not empty.
Beneficiary company name. When creating beneficiaries, if the entity_type
selects Company
, beneficiary_company_name
is not empty.
Account currency code.
Bank country code.
Account number.
Beneficiary bank details.
Beneficiary address.
Beneficiary status. One of Enable
, Disabled