Inbound: Installment status change notification

Direction: Inbound (QI Tech / payment infrastructure → BNPL WL). Partners do not call this endpoint directly.

Webhook endpoint called by QI Tech when an installment status changes. This notification is used to keep the BNPL system in sync with the financial institution.

Common status transitions:

  • PENDING -> PAID: Normal on-time payment
  • PENDING -> OVERDUE: Payment missed past due date
  • PENDING -> PARTIAL: Partial payment received
  • OVERDUE -> PAID: Late payment received (fines and interest may apply)
  • OVERDUE -> PARTIAL: Partial late payment received
  • PENDING -> CANCELED: Installment was canceled
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Webhook payload sent by QI Tech when an installment status changes. Used to keep the BNPL system synchronized with the financial institution.

uuid
required

Person identifier associated with this installment

string
enum
required

Webhook event type

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

Installment identifier

string
enum
required

Previous installment status before the change

Show Details
PENDINGAwaiting payment, not yet due
CANCELEDInstallment was canceled
PAIDPaid in full
OVERDUEPast due date without payment; fines and interest may apply
Allowed:
string
enum
required

New installment status after the change

Show Details
PENDINGAwaiting payment, not yet due
CANCELEDInstallment was canceled
PAIDPaid in full
OVERDUEPast due date without payment; fines and interest may apply
Allowed:
date-time
required

Timestamp when the status change occurred

data
object
required

Event data with financial 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