v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBBank accounts
Register ACH account
Register a new Automated Clearing House (ACH) bank account.
ACH is an electronic network for financial transactions in the United States. ACH processes large volumes of credit and debit transactions in batches.
To read about Pismo's banking offerings, see Banking overview.
This endpoint generates a Bank account registered event.
post/v2/accounts/{accountId}/bank-accounts/ach
Path parameters
accountIdstring required
Pismo account ID
Headers
Authorizationstring required
Account token - token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message
Request body
Example request
{
"scheme": {
"account_number": "12345678901234567",
"routing_number": "123456789"
}
}Response
Response body
Example response
{
"account_id": 78123456,
"creation_datetime": "2023-04-12T23:20:50.52Z",
"scheme": {
"account_number": "12345678901234567",
"routing_number": "123456789"
}
}