账单状态变更通知

方向:Inbound(QI Tech / 支付基础设施 → BNPL WL)。 合作伙伴不直接调用此端点。 Webhook endpoint for receiving invoice (fatura) status change notifications. This is triggered when an invoice transitions between states.

Common status transitions:

  • OPEN -> PAID: Invoice fully paid
  • OPEN -> PARTIALLY_PAID: Partial payment received
  • OPEN -> OVERDUE_GRACE: Invoice past due date (no fines yet, BNPL limit zeroed)
  • OVERDUE_GRACE -> OVERDUE_PENALTY: Grace period expired, fines and interest now apply
  • PARTIALLY_PAID -> PAID: Remaining balance paid
  • OVERDUE_GRACE -> PAID: Payment received during grace period (no fines)
  • OVERDUE_PENALTY -> PAID: Late payment received (with fines)
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Webhook payload for invoice status change notifications.

uuid
required

Person identifier associated with this invoice

string
enum
required

Webhook事件类型

Show Details
invoice.status_changeTriggered when an invoice status changes
Allowed:
string
required

账单标识符

string
enum
required

Previous invoice status

Show Details
OPEN账单开放中,在账单周期内接受支付
CLOSED账单周期结束;账单已定稿等待支付
PAID账单已全额支付
PARTIALLY_PAID已收到部分支付;剩余余额待付
OVERDUE_GRACEInvoice is past due date; normal BNPL limit applies; no fines or interest yet
OVERDUE_PENALTYInvoice is past due date beyond the grace period; fines and interest are being applied
Allowed:
string
enum
required

New invoice status

Show Details
OPEN账单开放中,在账单周期内接受支付
CLOSED账单周期结束;账单已定稿等待支付
PAID账单已全额支付
PARTIALLY_PAID已收到部分支付;剩余余额待付
OVERDUE_GRACEInvoice is past due date; normal BNPL limit applies; no fines or interest yet
OVERDUE_PENALTYInvoice is past due date beyond the grace period; fines and interest are being applied
Allowed:
date-time
required

Timestamp when the status change occurred

data
object
required

Event data with invoice details

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