post
https://api-bnpl-wl.sandbox.open-co.tech/x-outbound-webhook-refund-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 a refund transitions status.
Headers sent:
| Header | Description |
|---|---|
Content-Type | application/json |
X-Webhook-Signature | base64url ECDSA signature of the body (verify with our public key) |
Key fields:
refund_amount: the amount being refunded to the customerpayout_amount: the total amount already paid by the customer on this application (sum of confirmed payments)transfer_amount: the excess amount paid by the customer over the application value. When the customer has paid more than the application amount (via installments that include interest/fees), this is the surplus to be returned. Zero when there is no excess.
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
