---
title: "Add Interac Account"
method: POST
path: "/withdraw/interac"
tags: ["withdraw"]
---

# Add Interac Account

`POST /withdraw/interac`

Adds an interac account to the withdrawer's account which they can withdraw funds to.

## Headers

- `x-coinflow-auth-user-id` string, required

## Request body

- AddInteracArgs
  - `phoneNumber` string — Phone number (US Only) unformatted 10 digits long, no leading 1 for US country code.
  - `email` string
  - `merchantId` string

## Response `200`

Ok

- string

---

[API](https://skmtc.net/coinflow/apis/api-reference.md) · [All operations](https://skmtc.net/coinflow/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinflow/api-reference/revisions/3f6a046fbb34/schema)
