cURL
curl --request POST \ --url https://api-prod.blaaiz.com/api/external/mock/simulate-webhook/interac \ --header 'Content-Type: application/json' \ --header 'x-blaaiz-api-key: <api-key>' \ --data ' { "interac_email": "[email protected]", "amount": 100.5 } '
{ "message": "Webhook sent successfully" }
Sends a mock Interac collection webhook to your configured collection_url. Only available outside production; returns 400 in production.
Sender email to include in source_information.collection_email.
Optional amount for the simulated Interac transaction.
Webhook sent successfully.
Was this page helpful?