account.id is not passed, the system will get first available.Authorization: Bearer ********************{
"amount": 9.95,
"transactionType": "Debit",
"dba": {
"id": "9"
},
"customer": {
"id": "42"
}
}curl --location --request POST '/api/ach' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 9.95,
"transactionType": "Debit",
"dba": {
"id": "9"
},
"customer": {
"id": "42"
}
}'{
"id": "332"
}