Skip to main content
POST
/
internal
/
charges
/
v2-webhook-update
(Experience) Update a charge status with V2 webhook
curl --request POST \
  --url https://developersandbox-api.flutterwave.com/internal/charges/v2-webhook-update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "txId": 123,
  "txRef": "<string>",
  "tenantId": "<string>",
  "accountId": 123
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json
txId
integer
txRef
string
tenantId
string
accountId
integer

Response

Status to indicate that the webhook was received successfully