post
https://api-bnpl-wl.sandbox.open-co.tech/x-outbound-webhook-application-status
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:
| Header | Description |
|---|---|
Content-Type | application/json |
X-Webhook-Signature | base64url 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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Your endpoint should return HTTP 2xx to acknowledge receipt
