---
title: "Retrieve an Inbound FedNow Transfer"
method: GET
path: "/inbound_fednow_transfers/{inbound_fednow_transfer_id}"
---

# Retrieve an Inbound FedNow Transfer

`GET /inbound_fednow_transfers/{inbound_fednow_transfer_id}`

## Path parameters

- `inbound_fednow_transfer_id` string, required — The identifier of the Inbound FedNow Transfer to get details for.

## Response `200`

Inbound FedNow Transfer

- InboundFednowTransfer — An Inbound FedNow Transfer is a FedNow transfer initiated outside of Increase to your account.
  - `account_id` string, required — The Account to which the transfer was sent.
  - `account_number_id` string, required — The identifier of the Account Number to which this transfer was sent.
  - `amount` integer, required — The amount in USD cents.
  - `confirmation` object, nullable, required — If your transfer is confirmed, this will contain details of the confirmation.
    - `transfer_id` string, required — The identifier of the FedNow Transfer that led to this Transaction.
  - `created_at` string, date-time, required — The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the transfer was created.
  - `creditor_name` string, required — The name the sender of the transfer specified as the recipient of the transfer.
  - `currency` 'USD', required — The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code of the transfer's currency. This will always be "USD" for a FedNow transfer.
  - `debtor_account_number` string, required — The account number of the account that sent the transfer.
  - `debtor_name` string, required — The name provided by the sender of the transfer.
  - `debtor_routing_number` string, required — The routing number of the account that sent the transfer.
  - `decline` object, nullable, required — If your transfer is declined, this will contain details of the decline.
    - `reason` 'account_number_canceled' | 'account_number_disabled' | 'account_restricted' | 'group_locked' | 'entity_not_active' | 'fednow_not_enabled', required — Why the transfer was declined.
    - `transfer_id` string, required — The identifier of the FedNow Transfer that led to this declined transaction.
  - `id` string, required — The inbound FedNow transfer's identifier.
  - `status` 'pending_confirming' | 'timed_out' | 'confirmed' | 'declined' | 'requires_attention', required — The lifecycle status of the transfer.
  - `transaction_id` string, nullable, required — The identifier of the Transaction object created when the transfer was confirmed.
  - `type` 'inbound_fednow_transfer', required — A constant representing the object's type. For this resource it will always be `inbound_fednow_transfer`.
  - `unique_end_to_end_transaction_reference` string, nullable, required — The Unique End-to-end Transaction Reference ([UETR](https://www.swift.com/payments/what-unique-end-end-transaction-reference-uetr)) of the transfer.
  - `unstructured_remittance_information` string, nullable, required — Additional information included with the transfer.

## Other responses

- `4XX` — Error
- `5XX` — Error

---

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