ACH
Create a New ACH Receiver Account
Name
Value
Name
Type
Description
Example body request
{
"receiver_id": "a2bb66db-7067-44a2-8067-1393b682bc75",
"routing_number": "021000128", // 9 digits and startig with '0'
"account_number": "123456789", // 9 digits
"account_type": "checking" // Can be either "checking" or "savings"
}Last updated