Skip to main content
POST
/
api
/
external
/
collection
/
accept-interac-money-request
curl --request POST \
  --url https://api-prod.blaaiz.com/api/external/collection/accept-interac-money-request \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "reference_number": "ABC123456",
  "security_answer": "MySecretAnswer",
  "email": "payer@example.com"
}
'
{
  "message": "Interac money request accepted successfully. It will be processed in a few minutes."
}

Documentation Index

Fetch the complete documentation index at: https://docs.business.blaaiz.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use your OAuth client credentials to obtain a short-lived Bearer token from POST /oauth/token.

Headers

Accept
string
default:application/json

Content type header.

Body

application/json

Use this for regular Interac transfers that require a security answer.

reference_number
string
required

Interac reference number.

security_answer
string
required

Security answer for the Interac transfer.

email
string<email>

Email address associated with the Interac transfer.

Response

Interac money request accepted and queued for processing.

message
string
required