---
title: "Fetch all money transfer accounts"
method: GET
path: "/users/{userId}/money_transfer_accounts"
tags: ["MoneyTransferAccount"]
---

# Fetch all money transfer accounts

`GET /users/{userId}/money_transfer_accounts`

Returns all money transfer accounts from the system

## Path parameters

- `userId` integer, required

## Query parameters

- `token` string, string, required
- `filter` string, string
- `sort` string, string
- `sortby` string, string
- `page` string, string
- `fields` string, string
- `q` string, string
- `limit` integer

## Response `200`

Fetched money transfer accounts

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