cURL
option_1_standard_transfer
curl --request POST \ --url https://api-prod.blaaiz.com/api/external/collection/accept-interac-money-request \ --header 'Content-Type: application/json' \ --header 'x-blaaiz-api-key: <api-key>' \ --data ' { "reference_number": "ABC123456", "security_answer": "MySecretAnswer", "email": "[email protected]" } '
{ "message": "Interac money request accepted successfully. It will be processed in a few minutes." }
Accept an Interac transfer into your business wallet.
Content type header.
Use this for regular Interac transfers that require a security answer.
Interac reference number.
Security answer for the Interac transfer.
Email address associated with the Interac transfer.
Interac money request accepted and queued for processing.
Was this page helpful?