/outgoing - POST

Initiates a new instant payment that will be delivered on either the FedNow or RTP rails. The rail will be determined based on the receiver bank's rail eligibilty among other factors.

Body Params
double
required
≥ 0.01

Amount of Payment, in dollars and cents

date-time | null

Optional date and time on which to process the payment, if not specified, it will be sent immediately. If specified, it must be today's date or a future date. If specified, then submission as a full datetime plus timezone offset is HIGHLY recommended over submission as a simple date string, as omission of time will default to midnight and omission of timezone offset will default to UTC. Format: yyyy-MM-ddTHH:mm:ss.ffZ

string
required
length between 1 and 35

The account number from which to send the payment

string
required
length ≥ 1

Routing number of the receiving bank. This must be a federal ABA number, must be exactly 9 digits.

string
required
length between 1 and 35

The account number of the receiver.

string
required
length between 1 and 35

The name of the receiving party

string
required
length between 1 and 35

The primary address line of the receiving party

string | null

The secondary address line of the receiving party (optional). Maximum length is 35 characters.

string
required
length between 1 and 35

The city of the receiving party

string
required
length between 1 and 35

The state or region of the receiving party

string
required
length between 1 and 35

The postal/zip code of the receiving party

string
required
length between 2 and 2

The country code of the receiving party (ISO 3166-1 alpha-2 format)

string | null

Description to be passed in the payment. Maximum length is 140 characters.

Headers
uuid
required

Unique request idenitfier for idempotency.

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Response
Choose an example:
application/json
text/json
application/problem+json