curl --location 'https://stageapi.partake.ng/api/v2/payments/webhook/flutterwave' \
--header 'verif-hash: <your-flutterwave-secret-hash>' \
--header 'Content-Type: application/json' \
--data '{
"event": "charge.completed",
"data": {
"tx_ref": "FLW_a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"status": "successful",
"amount": 1500,
"currency": "NGN"
}
}'{
"success": false,
"error": {
"code": "WEBHOOK_SIGNATURE_INVALID",
"message": "Invalid Flutterwave webhook signature.",
"details": {}
},
"statusCode": 401
}