Skip to main content
POST
/
transactions
/
{id}
/
resend-hook
Resend Failed WebHooks
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
enum<string>
required
Available options:
application/json
Example:

"application/json"

Path Parameters

id
integer<int32>
required
Example:

4975363

Response

OK

status
string
required
message
string
required
data
string
required