cURL
curl --request POST \ --url https://api-prod.blaaiz.com/api/external/webhook-replay \ --header 'Content-Type: application/json' \ --header 'x-blaaiz-api-key: <api-key>' \ --data ' { "transaction_id": "fb87c0f8-31e3-46f3-b0d3-1ff2618565bc" } '
{ "message": "Webhook replayed successfully" }
Trigger a webhook on demand for a successful transaction.
Transaction ID to replay
Webhook replayed successfully
Was this page helpful?