---
title: "Creates a new money transfer account"
method: POST
path: "/users/{userId}/money_transfer_accounts"
tags: ["MoneyTransferAccount"]
---

# Creates a new money transfer account

`POST /users/{userId}/money_transfer_accounts`

Creates a new money transfer account

## Path parameters

- `userId` integer, required

## Query parameters

- `token` string, string, required

## Request body

- AddMoneyTransferAccount
  - `account` string
  - `is_active` integer
  - `is_primary` integer

## Response `200`

New money transfer account added

- MoneyTransferAccount
  - `id` integer
  - `created_at` string
  - `updated_at` string
  - `user_id` integer
  - `account` string
  - `is_active` integer
  - `is_primary` integer

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/agriya/apis/oliker-api-endpoint.md) · [All operations](https://skmtc.net/agriya/apis/oliker-api-endpoint/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agriya/oliker-api-endpoint/revisions/d716960b8cd5/schema)
