post
https://api-bnpl-wl.sandbox.open-co.tech/x-outbound-webhook-refund-limit-restored
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 immediately when a refund is created, regardless of whether a PIX key was provided or the refund status.
This webhook signals that the customer credit limit has been released. You do not need to wait for LIMIT_RESTORED or COMPLETED status — the limit is restored at refund creation time.
Headers sent:
| Header | Description |
|---|---|
Content-Type | application/json |
X-Webhook-Signature | base64url ECDSA signature of the body |
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
