cURL
curl --request POST \ --url https://api.flutterwave.com/v3/transactions/{id}/resend-hook \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: <content-type>'
{ "status": "success", "message": "hook sent successfully", "data": "hook sent" }
Resend transaction webhook
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
application/json
"application/json"
4975363
OK
Was this page helpful?