Reverse an outgoing ACH.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Idempotency key
255ID of the ACH you want to return.
^ach_\w+$Reason you want to initiate a reversal.
duplicate: if the ACH is a duplicate of another you've already submitted.receiver_incorrect: if you've entered incorrect counterparty information.amount_incorrect: if the payment amount is incorrect.debit_too_early: if you're debiting the counterparty too early.credit_too_late: if you're crediting the counterparty too late.duplicate, receiver_incorrect, amount_incorrect, debit_too_early, credit_too_late A set of key-value pairs that can be used to store additional information related to this object.
The new reversal ACH object.
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.