---
title: "List account topup funding instruments"
method: GET
path: "/payout/account/topup/instruments"
tags: ["Account"]
---

# List account topup funding instruments

`GET /payout/account/topup/instruments`

This **GET** endpoint is used to retrieve the funding instruments that can be used to topup the account balance. <br> You can use this endpoint to obtain the funding financial instruments. <br> There are no required parameters needed to access this endpoint. <br> The response will include a JSON array which constains a JSON object containing funding instrument details, including the token and account details.

## Response `200`

successful operation

- object[]
  - `token` string, required — Funding instrument token
  - `funding_details` object, required — Instrument details
    - `routing_number` string — Bank routing number. Required for ACH
    - `account_number` string — Bank account number. Required for ACH
    - `bank_account_type` 'Savings' | 'Checking' — Bank account type for ACH
    - `debit_card_number` string — Debit card number. Required for AFT
    - `debit_card_expiration` string — Debit card expiration date. Format: `MM/YY`. Required for AFT
    - `debit_card_billing_zip` string — Debit card billing zip code
  - `country_code` string, required — 3 letter country code of institution where instrument exists

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not found.
- `405` — Method Not Allowed.
- `500` — Internal server error.
- `504` — Gateway Time-out.

---

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