---
title: "Fetch a FedNow Payment"
method: GET
path: "/fednow/{id}"
tags: ["FedNow"]
---

# Fetch a FedNow Payment

`GET /fednow/{id}`

## Path parameters

- `id` string, required — Unique identifier for object

## Response `200`

The fednow

- object
  - `account_id` string — ID of the account. Filterable.
  - `amount` string — Amount of the payment
  - `bank_id` string — ID of the bank. Filterable.
  - `created_at` string — When this object was created
  - `currency` string — Currency of the payment
  - `description` string — Optional description of the payment
  - `error` string — Error message describing why the payment failed
  - `external_account_number` string — External account number. Filterable.
  - `external_name` string — External account name
  - `external_reject_reason` object — Rejection reason information for rejected payments. Only present for payments rejected by FedNow or counterparty.
    - `reason_code` string — ISO 20022 or FedNow proprietary reason code for rejected payments.
    - `reason_description` string — Description of the rejection reason code.
  - `external_routing_number` string — External routing number
  - `external_status` string — Status of originated payment at the external account. Only populated for sent payments. One of `pending`, `processing`, `done`, `rejected`, `blocked`, or `error`. Filterable.
  - `fed_settlement_date` string — Settlement date from FedNow
  - `id` string — Unique identifier for object
  - `memo` string — Optional memo for the payment
  - `org_id` string — ID of the organization. Filterable.
  - `originator_name` string — Optional sender name for the payment
  - `payment_id` string — FedNow payment ID. Filterable.
  - `payment_type` string — One of `credit` or `debit`
  - `related_fednow_ids` string[] — An array of IDs for related FedNow payments
  - `security_context` object — Context for this submission
    - `device_id` string — Unique identifier for the device
    - `ip_address` string — IP address of the user
    - `user_agent` string — User agent string of the client
  - `status` string — One of `pending`, `processing`, `sent`, `done`, or `error`. The available values for status are driven by payment type. Successful credits (incoming) terminate in `done`. Debits (outgoing) terminate in `sent`. Filterable.
  - `updated_at` string — When this object was last updated

---

[API](https://skmtc.net/treasuryprime/apis/account.md) · [All operations](https://skmtc.net/treasuryprime/apis/account/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasuryprime/account/versions/95a3c69c14e8/schema)
