Outbound: Application status change

Direction: Outbound (BNPL WL → Partner). This is NOT a callable API endpoint — it documents the payload we send to your configured webhook_url.

Sent to your webhook_url when an application transitions to a new status. Triggered on key transitions: APPLICATION_DECLINED (after credit evaluation) and FUNDED (after disbursement).

Headers sent:

HeaderDescription
Content-Typeapplication/json
X-Webhook-Signaturebase64url ECDSA signature of the body (verify with our public key)

Your endpoint must:

  • Return HTTP 2xx within 10 seconds
  • Be idempotent (you may receive the same event more than once)
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
enum
Allowed:
uuid
string
enum

New application status

Allowed:
string | null

Previous status before transition (included when available)

string | null

Merchant order reference

date-time

Timestamp of the status change

string

Base64url ECDSA-P521-SHA256 signature of the request body. Identical to the X-Webhook-Signature header — included in the body as a convenience for partners whose infrastructure strips custom headers.

Response
200

Your endpoint should return HTTP 2xx to acknowledge receipt

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!