Outbound: 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:

HeaderDescription
Content-Typeapplication/json
X-Webhook-Signaturebase64url 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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
enum
Allowed:
uuid
uuid
uuid
double
string
enum
Allowed:
string
string
date-time
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!