Send ACH Testing

Information on testing the Send ACH functionality
Send
Send ACH Testing
 last updated: 
November 30, 2023

You can test Send an ACH Push in Solid's TEST mode without moving real money. You will first need to Create a Contact to store the account and routing numbers to which you are going to send the transfer. The contact will also need to have a valid bank routing number. Here are some examples:

Sample ACH Routing Numbers:
- 121042882 (Wells Fargo)
- 026009593 (Bank of America)
- 322271627 (Chase)

ENDPOINT

  1. POST /v1/send/ach

REQUEST

  1. {
  2.     "accountId": "{{accountId}}",
  3.     "contactId": "{{contactId}}",
  4.     "amount": "500.00",
  5.     "description": "Rent Payment",
  6.     "type": "sameDay"
  7. }

Test values in amount field will have the following results, executed hourly:

- Transfers less than the account's available balance will succeed
- If Amount == $99.99, we create a reversal for this ACH RDFI ANF (Account Not Found)
- If Amount ≥ $1100 we create a reversal for the ACH (non-ANF