Simulate an incoming ACH.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The 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, debit "credit"
The ID of the Lead Bank Account Number object.
^account_number_\w+$"account_number_xyz123"
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 sender. Maximum number of characters is 16.
"Lorum Inc."
The company id of the sender. Maximum number of characters is 10.
1234567890
The 9 digit routing number of the sender.
111122222
Incoming ACH object created.
The response is of type object.