Inbound: Payment notification

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

Webhook endpoint to receive payment confirmations from payment providers (PIX, Boleto, etc.). This is called automatically by the payment provider when a payment is processed. The webhook validates the payment and updates the installment status accordingly.

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

Person identifier associated with this payment

string
required

Installment identifier that was paid

double
required

Amount paid

string
enum
required

Payment method used

Show Details
PIXInstant payment via PIX
BOLETOBank payment slip (Boleto Bancario)
CREDIT_CARDCredit card payment
TEDBank wire transfer (Transferencia Eletronica Disponivel)
Allowed:
string
required

External payment identifier from provider

date
required

Date when payment was made

string
enum

Payment status. PENDING = awaiting payment, PAID = payment received.

Show Details
PENDINGPayment created, awaiting confirmation
PAIDPayment confirmed and settled
EXPIREDPayment expired (TTL passed without confirmation)
FAILEDPayment processing failed
CANCELLEDPayment cancelled
Allowed:
metadata
object

Additional payment metadata from provider

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