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 actual amount transferred to the customer via PIX by the servicing layer. Zero when no PIX transfer was needed (e.g. full refund with no payments made).
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
