{
"version": "V1.6.0",
"event_name": "BENEFICIARY",
"event_type": "beneficiary.successful",
"event_id": "8f41b316-e3fc-44d8-8a42-6420cad2b7d3",
"source_id": "a5d46cf1-f499-4ab0-a1e3-95c6dd27585b",
"data": {
"account_currency_code": "GBP",
"account_id": "b1b89684-c2c4-4d54-b8a8-3572727fd120",
"account_number": "GB29NWBK60161331926819",
"bank_country_code": "GB",
"beneficiary_address": "{\"country_code\":\"GB\",\"city\":\"London\",\"street_address\":\"10 Downing Street\",\"postal_code\":\"SW1A 2AA\",\"state\":\"England\"}",
"beneficiary_bank_details": "{\"bank_name\":\"HSBC BANK PLC\",\"bank_address\":\"8 Canada Square, London E14 5HQ\",\"account_holder\":\"Webhook Test\",\"account_number\":\"GB29NWBK60161331926819\",\"account_currency_code\":\"GBP\",\"bank_country_code\":\"GB\",\"iban\":\"GB29NWBK60161331926819\",\"swift_code\":\"HSBCGB2L\",\"clearing_system\":\"SWIFT\",\"routing_code_type1\":\"\",\"routing_code_value1\":\"\",\"routing_code_type2\":\"\",\"routing_code_value2\":\"\"}",
"beneficiary_company_name": "",
"beneficiary_email": "webhook-test@example.com",
"beneficiary_entity_type": "INDIVIDUAL",
"beneficiary_first_name": "Webhook",
"beneficiary_id": "a5d46cf1-f499-4ab0-a1e3-95c6dd27585b",
"beneficiary_last_name": "Test",
"beneficiary_nickname": "webhook-test-ben",
"beneficiary_status": "ACTIVE",
"direct_id": "0",
"payment_type": "SWIFT",
"short_reference_id": "BF260413-MKLK2WDS"
}
}账户与虚拟账户
受益人创建
当受益人创建成功或失败时发送。
WEBHOOK
beneficiaryCreated
{
"version": "V1.6.0",
"event_name": "BENEFICIARY",
"event_type": "beneficiary.successful",
"event_id": "8f41b316-e3fc-44d8-8a42-6420cad2b7d3",
"source_id": "a5d46cf1-f499-4ab0-a1e3-95c6dd27585b",
"data": {
"account_currency_code": "GBP",
"account_id": "b1b89684-c2c4-4d54-b8a8-3572727fd120",
"account_number": "GB29NWBK60161331926819",
"bank_country_code": "GB",
"beneficiary_address": "{\"country_code\":\"GB\",\"city\":\"London\",\"street_address\":\"10 Downing Street\",\"postal_code\":\"SW1A 2AA\",\"state\":\"England\"}",
"beneficiary_bank_details": "{\"bank_name\":\"HSBC BANK PLC\",\"bank_address\":\"8 Canada Square, London E14 5HQ\",\"account_holder\":\"Webhook Test\",\"account_number\":\"GB29NWBK60161331926819\",\"account_currency_code\":\"GBP\",\"bank_country_code\":\"GB\",\"iban\":\"GB29NWBK60161331926819\",\"swift_code\":\"HSBCGB2L\",\"clearing_system\":\"SWIFT\",\"routing_code_type1\":\"\",\"routing_code_value1\":\"\",\"routing_code_type2\":\"\",\"routing_code_value2\":\"\"}",
"beneficiary_company_name": "",
"beneficiary_email": "webhook-test@example.com",
"beneficiary_entity_type": "INDIVIDUAL",
"beneficiary_first_name": "Webhook",
"beneficiary_id": "a5d46cf1-f499-4ab0-a1e3-95c6dd27585b",
"beneficiary_last_name": "Test",
"beneficiary_nickname": "webhook-test-ben",
"beneficiary_status": "ACTIVE",
"direct_id": "0",
"payment_type": "SWIFT",
"short_reference_id": "BF260413-MKLK2WDS"
}
}事件类型
| 事件类型 | 描述 |
|---|---|
beneficiary.successful | 受益人创建成功。 |
beneficiary.failed | 受益人创建失败。 |
请求体
application/json
A unique identifier for this event.
Top-level event category.
可用选项:
BENEFICIARY The specific event type that occurred.
可用选项:
beneficiary.successful, beneficiary.failed Beneficiary ID.
API version number.
示例:
"V1.6.0"
Beneficiary details associated with the event.
Show child attributes
Show child attributes
响应
200
Return 200 to acknowledge receipt.
⌘I

