Creates an outgoing ACH.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Idempotency key
255The amount of the transaction in cents.
0 <= x <= 99000000005000
A three-letter currency code as defined in ISO 4217.
USD "USD"
ACH transaction type:
credit: An ACH credit pushes funds from your account to the counterparty.debit: An ACH debit will pull funds into your account from the counterparty.credit, debit "credit"
The ID of the Lead Bank Account Number object.
^account_number_\w+$"account_number_xyz123"
The details of the counterparty you are sending/receiving money from.
How fast you want the counterparty to receive the ACH.
same_business_day: if the ACH request is submitted before the cutoff window with the same business day option, funds will settle on the same day. next_business_day: standard ACH processing, for funds to settle on the next business day.same_business_day, next_business_day "same_business_day"
The Standard Entry Class, SEC, to code the outgoing ACH. Lead currently supports:
CCD: Corporate paymentPPD: Written authorization to initiate paymentTEL: Telephone initiated paymentWEB: Web initiated paymentCIE: Customer initiated entryCCD, PPD, TEL, WEB, CIE "WEB"
The description you would like to appear on your customers’ statement. Maximum number of characters is 10.
1 - 10^(?!0+$)(?! +$)[\x20-\x7E]*$"P2P Credit"
The name of the individual you are sending funds to. Required for P2P payments.
15^[\x20-\x7E]*$The date you would like displayed to the counterparty. Receiving financial institutions may utilize this field to display on the statement.
6^[\x20-\x7E]*$"220627"
Additional information for the ACH recipient. Not all banks will share this message with their end customer.
80^[\x20-\x7E]*$A set of key-value pairs that can be used to store additional information related to this object.
ACH object created.
id of the ACH object
^ach_\w+$"ach_xyz001"
The ISO-8601 timestamp at which the ACH object was created.
"2022-06-27T11:22:33Z"
The ISO-8601 timestamp at which the ACH object was last updated.
"2022-06-27T11:22:33Z"
The current status of the ACH object.
scheduled, processing, submitted, posted, canceled, under_review, approved, rejected, pending_return, returned "submitted"
The amount of the transaction in cents.
0 <= x <= 99000000005000
The ID of the Account object.
^account_\w+$"account_xyz123"
The ID of the Lead Bank Account Number object.
^account_number_\w+$"account_number_xyz123"
Who is initiating the transaction.
outgoing: You are sending a transaction to a counterparty. incoming: You are receiving a transaction from a counterparty.
outgoing, incoming "outgoing"
How fast you want the counterparty to receive the ACH.
same_business_day: if the ACH request is submitted before the cutoff window with the same business day option, funds will settle on the same day. next_business_day: standard ACH processing, for funds to settle on the next business day.same_business_day, next_business_day "same_business_day"
ACH transaction type.
credit, debit "credit"
Standard Entry Class (SEC) code to use for this ACH object.
Lead currently only supports CCD, PPD, WEB, and TEL for outgoing ACHes.
PPD, CCD, ARC, BOC, CIE, CTX, IAT, POP, POS, RCK, TEL, WEB, ADV, DNE, ENR, MTE, SHR, TRC, TRX, COR "WEB"
A three-letter currency code as defined in ISO 4217.
USD "USD"
The description you would like to appear on your customers’ statement. Maximum number of characters is 10.
1 - 10^(?!0+$)(?! +$)[\x20-\x7E]*$"P2P Credit"
The details of the counterparty you are sending/receiving money from.
Associated returns.
A reversal associated with this object.
The corrected counterparty details.
A set of key-value pairs that can be used to store additional information related to this object.