账户与虚拟账户
虚拟账户创建 / 更新
当虚拟账户被创建、更新或关闭时发送。
WEBHOOK
事件类型
| 事件类型 | 描述 |
|---|---|
virtual.account.create | 新的虚拟账户已创建。 |
virtual.account.update | 已有虚拟账户被更新。 |
virtual.account.closed | 虚拟账户已关闭。 |
请求体
application/json
A unique identifier for this event.
Top-level event category.
可用选项:
VIRTUAL The specific event type that occurred.
可用选项:
virtual.account.create, virtual.account.update, virtual.account.closed Account bank ID.
API version number.
示例:
"V1.6.0"
Virtual account details associated with the event.
响应
200
Return 200 to acknowledge receipt.

