Skip to main content

FedNow

Quick Start
  1. Contact the Federal Reserve to obtain FedNow participant credentials
  2. Create a terminal in the Admin Console with the parameters below
  3. Start processing — the adapter is pre-built and ready to use

Go to FedNow →

Overview

FedNow — Federal Reserve 24/7/365 instant payment service. ISO 20022 messaging (pacs.008, pacs.002, camt.056). US-only.

Provider IDfednow
CategoryBank Transfers
Websitefrbservices.org

Supported currencies: USD

Supported operations: charge (instant credit transfer)


Authentication

  • Method: mTLS + Bearer Token
  • ISO Standard: ISO 20022

Configuration

Required Parameters

ParameterDescription
bearer_tokenBearer Token
base_urlBase URL API
participant_idParticipant ID
client_certClient Certificate (PEM)
client_keyClient Key (PEM)

Example Configuration

{
"provider": "fednow",
"provider_params": {
"bearer_token": "your_bearer_token_here",
"base_url": "https://api.fednow.example/v1",
"participant_id": "your_participant_id_here",
"client_cert": "-----BEGIN CERTIFICATE-----\n...\n-----END CERTIFICATE-----",
"client_key": "-----BEGIN PRIVATE KEY-----\n...\n-----END PRIVATE KEY-----"
}
}

Status Mapping

Provider Status4pay StatusDescription
ACSCchargedSettlement completed
ACSPchargingAccepted, settlement pending
RJCTrejectedRejected
PDNGchargingPending

Resources