---
title: "Update money transfer account by its id"
method: PUT
path: "/money_transfer_accounts/{moneyTransferAccountId}"
tags: ["MoneyTransferAccount"]
---

# Update money transfer account by its id

`PUT /money_transfer_accounts/{moneyTransferAccountId}`

Update money transfer account by its id

## Path parameters

- `moneyTransferAccountId` integer, required

## Query parameters

- `token` string, string, required

## Request body

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

## Response `200`

Money Transfer Account updated

- 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/versions/d716960b8cd5/schema)
