---
title: "Fetch money transfer account"
method: GET
path: "/money_transfer_accounts/{moneyTransferAccountId}"
tags: ["MoneyTransferAccount"]
---

# Fetch money transfer account

`GET /money_transfer_accounts/{moneyTransferAccountId}`

Returns a money transfer account based on a single ID

## Path parameters

- `moneyTransferAccountId` integer, required

## Query parameters

- `token` string, string, required

## Response `200`

Fetched money transfer account

- 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)
