Skip to main content
POST
/
api
/
external
/
mock
/
simulate-webhook
/
interac
Simulate Interac webhook (non-production)
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"
}

Authorizations

x-blaaiz-api-key
string
header
required

Body

application/json
interac_email
string<email>

Sender email to include in source_information.collection_email.

amount
number

Optional amount for the simulated Interac transaction.

Response

Webhook sent successfully.

message
string
required