v4
latestOpenAPI 3.1.02026-08-012402353.8 MBCreate a FedNow Transfer
post/fednow_transfers
Request body
Example request
{
"account_id": "account_in71c4amph0vgo2qllky",
"account_number": "987654321",
"amount": 100,
"creditor_address": {
"city": "New York",
"line1": "33 Liberty Street",
"postal_code": "10045",
"state": "NY"
},
"creditor_name": "Ian Crease",
"debtor_name": "National Phonograph Company",
"routing_number": "101050001",
"source_account_number_id": "account_number_v18nkfqm6afpsrvy82b2",
"unstructured_remittance_information": "Invoice 29582"
}Response
FedNow Transfer
Example response
{
"account_id": "account_in71c4amph0vgo2qllky",
"account_number": "987654321",
"acknowledgement": {
"acknowledged_at": "2020-01-31T23:59:59Z"
},
"amount": 100,
"created_at": "2020-01-31T23:59:59Z",
"created_by": {
"category": "user",
"user": {
"email": "user@example.com"
}
},
"creditor_address": {
"city": "New York",
"line1": "33 Liberty Street",
"postal_code": "10045",
"state": "NY"
},
"creditor_name": "Ian Crease",
"currency": "USD",
"debtor_address": {
"city": "New York",
"line1": "33 Liberty Street",
"postal_code": "10045",
"state": "NY"
},
"debtor_name": "National Phonograph Company",
"external_account_id": null,
"id": "fednow_transfer_4i0mptrdu1mueg1196bg",
"idempotency_key": null,
"pending_transaction_id": "pending_transaction_k1sfetcau2qbvjbzgju4",
"rejection": null,
"routing_number": "101050001",
"source_account_number_id": "account_number_v18nkfqm6afpsrvy82b2",
"status": "complete",
"submission": {
"message_identification": "20250308723260130GT4LAKENDXBHQCZDWS",
"submitted_at": "2020-01-31T23:59:59Z"
},
"transaction_id": "transaction_uyrp7fld2ium70oa7oi",
"type": "fednow_transfer",
"unique_end_to_end_transaction_reference": "9a21e10a-7600-4a24-8ff3-2cbc5943c27a",
"unstructured_remittance_information": "Invoice 29582"
}