---
title: "interac/auto-deposit"
method: GET
path: "/interac/auto-deposit"
tags: ["Interac Endpoints"]
---

# interac/auto-deposit

`GET /interac/auto-deposit`

This endpoint is used to fetch Interac auto-deposit status.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `EmailAddress` string, required

## Response `200`

- object
  - `Success` boolean, required — True if the request was successful, false if it failed
  - `ErrorMessage` string, required — Contains a description of the error if the request failed
  - `AutoDepositEnabled` boolean, required — Whether auto deposits are enabled for the Interac account.

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/versions/7033bd231ec7/schema)
