Read one live registration owned by your business. Use the ID returned when you created or listed the registration. The response reflects the latest admin status update. An unknown ID, deleted record, or another business's record returns 404. API services must be enabled.
Authorization
oauth2ClientCredentials interac-auto-deposit-email:readUse your OAuth client credentials to obtain a short-lived Bearer token from POST /oauth/token.
In: header
Scope: interac-auto-deposit-email:read
Path Parameters
Registration ID. This is not the email address.
uuidResponse Body
application/json
application/json
application/json
application/json
application/json
curl --request GET \ --url 'https://example.com/api/external/interac-auto-deposit-email/497f6eca-6276-4993-bfeb-53cbbbba6f08'{ "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" }}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.
POSTInitiate a refund
Refund a collection back to its original sender. Blaaiz refunds the full collection amount only; there is no `amount` field. The collection must belong to one of your business customers, be created through the API, and be a successful EUR or GBP ClearJunction collection. The refund must start within 7 days of the collection. Only one refund attempt is allowed per collection. Pass an optional `reference` as an idempotency key: reusing the same `reference` on the same `transaction_id` returns the same refund instead of creating a second one. Required scope: `refund:create`.