申请状态变更通知

方向:Inbound(QI Tech / 支付基础设施 → BNPL WL)。 合作伙伴不直接调用此端点。

Webhook endpoint for receiving application status change notifications.

This is triggered when an application transitions between states during its lifecycle.

Use this to track application progress asynchronously, especially useful when a create or charge request times out.

Common status transitions:

  • APPLICATION_CREATED -> APPLICATION_APPROVED: Credit policy approved

  • APPLICATION_CREATED -> APPLICATION_DECLINED: Credit policy declined

  • CONTRACT_SIGNED -> APPROVED: Anti-fraud approved

  • CONTRACT_SIGNED -> DECLINED: Anti-fraud declined

  • SUBMITTED_TO_FI -> FUNDED: Disbursement completed

  • SUBMITTED_TO_FI -> FUNDING_FAILED: Disbursement failed

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Webhook payload for application status change notifications. Sent when an application transitions between states during its lifecycle.

uuid
required

Person identifier associated with this application

string
enum
required

Webhook事件类型

Show Details
application.status_changeTriggered when an application status changes
Allowed:
uuid
required

申请标识符

string
enum
required

Previous application status before the change

Show Details
APPLICATION_CREATED申请已创建,等待信用评估
APPLICATION_APPROVED申请通过信用政策审批
APPLICATION_DECLINED申请被信用政策拒绝
APPLICATION_COMPLETED申请流程完成
CONTRACT_SIGNED客户已通过OTP签署合同
APPROVED反欺诈验证通过
DECLINED反欺诈验证拒绝
SUBMITTED_TO_FI已提交至金融机构进行放款(待处理)
FUNDED放款成功完成
CANCELLED申请已取消
FUNDING_FAILED放款失败
string
enum
required

New application status after the change

Show Details
APPLICATION_CREATED申请已创建,等待信用评估
APPLICATION_APPROVED申请通过信用政策审批
APPLICATION_DECLINED申请被信用政策拒绝
APPLICATION_COMPLETED申请流程完成
CONTRACT_SIGNED客户已通过OTP签署合同
APPROVED反欺诈验证通过
DECLINED反欺诈验证拒绝
SUBMITTED_TO_FI已提交至金融机构进行放款(待处理)
FUNDED放款成功完成
CANCELLED申请已取消
FUNDING_FAILED放款失败
date-time
required

Timestamp when the status change occurred

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json