Submit an email for external setup by Blaaiz. API services must be enabled and your business must have a CAD wallet. The email must pass the same uniqueness checks as dashboard registration. A deleted business Interac registration does not reserve its email. This endpoint creates a PENDING request; it does not activate the email. The response contains the registration ID. You cannot set the status or register for another business. A repeated request with the same live email returns 422. Use the list endpoint to check the registration after an uncertain response. See Interac Auto Deposits for setup and status webhooks.
Authorization
oauth2ClientCredentials interac-auto-deposit-email:createUse your OAuth client credentials to obtain a short-lived Bearer token from POST /oauth/token.
In: header
Scope: interac-auto-deposit-email:create
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl --request POST \ --url 'https://example.com/api/external/interac-auto-deposit-email' \ --header 'Content-Type: application/json' \ --data '{ "email": "payments@example.com"}'{ "data": { "id": "01994c21-a4d0-7000-8000-123456789abc", "email": "payments@example.com", "status": "PENDING", "created_at": "2026-09-16T10:00:00.000000Z", "updated_at": "2026-09-16T10:00:00.000000Z" }}GETGet crypto networks
Retrieve all available blockchain networks and their supported tokens. Required scope: `collection:crypto:create`.
GETList Interac auto-deposit emails
List live registrations owned by your business, including registrations from the dashboard and the API. The API returns 10 records per page, ordered by last update time from newest to oldest. Deleted records are excluded. The response has a data array, links, and pagination metadata in meta. An empty result returns data: [] and meta.total: 0. API services must be enabled.