Skip to main content
GET
/
fednow
/
routing_number
/
{routing_number}
Check External FI FedNow Status
curl --request GET \
  --url https://api.treasuryprime.com/fednow/routing_number/{routing_number} \
  --header 'Authorization: Basic <encoded-value>'
{
  "online": true,
  "receive": true,
  "routing_number": "011000015",
  "send": false
}

Authorizations

Authorization
string
header
required

Path Parameters

routing_number
string
required

Response

200 - application/json
online
boolean
receive
boolean
routing_number
string
send
boolean