cURL
curl --request POST \ --url https://developersandbox-api.flutterwave.com/internal/refunds/v2-webhook-update \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "id": 123, "AccountId": 123 } '
(Experience) Update a refund status with V2 webhook
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Status to indicate that the webhook was received successfully
Was this page helpful?