跳转到主要内容
WEBHOOK

事件类型

data 对象的结构与Retrieve Account API响应一致。
verification_status 枚举值与接口不同。 在本 webhook 通知体中,拒绝和退回状态下发的是 REJECTEDRETURNED,而 Retrieve AccountList Connected Accounts 接口响应返回的是 REJECTRETURN。其余值(PENDINGAPPROVEDEXPIRED)一致。

请求体

application/json
event_id
string<uuid>
必填

A unique identifier for this event.

event_name
enum<string>
必填

Top-level event category.

可用选项:
ONBOARDING
event_type
enum<string>
必填

The specific event type that occurred.

可用选项:
onboarding.account.create,
onboarding.account.update
source_id
string
必填

Account ID.

version
string
必填

API version number.

示例:

"V1.6.0"

data
object

Account details associated with the event. Shape mirrors the response of the Retrieve Account API, with one caveat: on the onboarding.account.update event, document URLs and representative-level internal fields (documents, other_documents, representative_id, email_address, idv_status) are typically omitted because the update payload reflects the compliance-reviewed state rather than the applicant-submitted profile.

响应

200

Return 200 to acknowledge receipt.