---
title: "Get Fiat Deposit Instructions"
method: GET
path: "/transfer/fiat-deposit-instructions/{id}"
tags: ["Fiat Transfers"]
---

# Get Fiat Deposit Instructions

`GET /transfer/fiat-deposit-instructions/{id}`

Get instructions for depositing fiat using a Paxos Fiat Deposit Instructions ID.
The Fiat Deposit Instructions ID (`id`) is provided in the response of the [Create Fiat Deposit Instructions](#operation/CreateFiatDepositInstructions).

## Path parameters

- `id` string, required

## Response `200`

A successful response.

- FiatDepositInstructions
  - `id` string, required — The Fiat Deposit Instructions ID (`id`) is provided in the response of the [Create Fiat Deposit Instructions](#operation/CreateFiatDepositInstructions). Use this ID to retrieve the instructions using [Get Fiat Deposit Instructions](#operation/GetFiatDepositInstructions) & [List Fiat Deposit Instructions](#operation/ListFiatDepositInstructions).
  - `profile_id` string, required — The Profile (`profile_id`) to deposit to.
  - `identity_id` string, required — The Identity (`identity_id`) of the user making the deposit.
  - `account_id` string — The Account (`account_id`) associated with the Identity of the user making the deposit. Required only for customers with [3rd-Party integrations](https://docs.paxos.com/crypto-brokerage/ledger-type#fiat-and-crypto-subledger) making deposits on behalf of their end users.
  - `ref_id` string — The optional client-specified ID (for idempotence).
  - `status` 'VALID' | 'DEPRECATED', required
  - `memo_id` string, required — The string, unique to the request. To deposit funds into an account, the memo ID must be provided when initiating a `WIRE` transfer to Paxos. This is provided after creating [Fiat Deposit Instructions](#/operation/CreateFiatDepositInstructions) The `memo_id` can also be found from either [Get Fiat Deposit Instructions](#operation/GetFiatDepositInstructions) or [List Fiat Deposit Instructions](#operation/ListFiatDepositInstructions) for the corresponding ID (Fiat Deposit Instructions ID).
  - `fiat_network_instructions` FiatNetworkInstructions, required
    - `wire` FiatNetworkInstructionsWire
      - `account_number` string, required — The FiatAccount owner's bank account number.
      - `fiat_account_owner_address` MailingAddress, required — A mailing address.
        - `country` string, required
        - `address1` string
        - `address2` string
        - `city` string
        - `province` string
        - `zip_code` string
      - `routing_details` FiatNetworkInstructionsWireRoutingDetails, required
        - `routing_number_type` 'ABA' | 'SWIFT', required
        - `routing_number` string, required — The routing number.
        - `bank_name` string, required — The name of the bank.
        - `bank_address` MailingAddress, required — A mailing address.
          - `country` string, required
          - `address1` string
          - `address2` string
          - `city` string
          - `province` string
          - `zip_code` string
      - `intermediary_routing_details` FiatNetworkInstructionsWireRoutingDetails
        - `routing_number_type` 'ABA' | 'SWIFT', required
        - `routing_number` string, required — The routing number.
        - `bank_name` string, required — The name of the bank.
        - `bank_address` MailingAddress, required — A mailing address.
          - `country` string, required
          - `address1` string
          - `address2` string
          - `city` string
          - `province` string
          - `zip_code` string
    - `cbit` FiatNetworkInstructionsCbit
      - `wallet_address` string, required — The wallet address of the CBIT account.
    - `dbs_act` FiatNetworkInstructionsDbsAct
      - `account_number` string, required — The account number of the DBS account.
    - `cubix` FiatNetworkInstructionsCubix
      - `account_id` string, required — The uuid account id of the CUBIX account.
    - `scb` FiatNetworkInstructionsScb
      - `account_number` string, required — The account number of the StandChart account.
    - `rtp` FiatNetworkInstructionsRtp
      - `account_number` string, required — The FiatAccount owner's bank account number.
      - `fiat_account_owner_address` MailingAddress — A mailing address.
        - `country` string, required
        - `address1` string
        - `address2` string
        - `city` string
        - `province` string
        - `zip_code` string
      - `routing_details` FiatNetworkInstructionsRtpRoutingDetails, required
        - `routing_number` string, required — The routing number.
        - `bank_name` string — The name of the bank.
        - `bank_address` MailingAddress — A mailing address.
          - `country` string, required
          - `address1` string
          - `address2` string
          - `city` string
          - `province` string
          - `zip_code` string
  - `fiat_account_owner` FiatAccountOwner
    - `person_details` FiatAccountOwnerPersonDetails
      - `first_name` string, required
      - `last_name` string, required
    - `institution_details` FiatAccountOwnerInstitutionDetails
      - `name` string, required
  - `metadata` object — Optional client-specified metadata.
  - `created_at` string, date-time, required — The time at which these instructions were created.

## Other responses

- `400` — Bad Request
- `404` — Could not find Identity

---

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