validate_account_routing
flag to true when onboarding a person with a
custom bank account
Fields | Type | Is Required | Description |
---|---|---|---|
first_name | string | ||
last_name | string | ||
string|unique | |||
phone | string | without prefix +1 | |
client_reference_id | string | ||
billing_merchant_user_uuid | string | no | The UUID of the user associated with the merchant that should be associated with the billable event that is created when onboarding a new person |
payout_type | string | no | A string value representing the type of payout the entity should recieve. Possible Values: batch, individual ( default: individual ) |
address.line_1 | string | ||
address.line_2 | string | ||
address.city | string | ||
address.state | string(2) | ||
address.zip | string | must consist of 5 digit without any special character | |
bank_account.plaid.access_token | string | Plaid user access token | |
bank_account.plaid.account_id | string | Plaid user account id | |
bank_account.custom.account_number | string | Bank account number maximum of 17 characters | |
bank_account.custom.routing_number | string | Bank account routing number 9-digit ABA routing transit number associated with the account without any special character | |
bank_account.custom.account_name | string | Name of account in bank | |
bank_account.custom.account_type | string | Bank account type Possible values: savings checking | |
bank_account.custom.validate_account_routing | bool | No | Perform validation on the account and routing number. If validation fails, the person will not be created. |