patch https://testapi.payarc.net/v1/bankaccounts/
Updates data for existing bank account.
Click to view details about the account holder's information
1. First Name (first_name
)
first_name
)- Type:
string
- Description: First name of the account holder.
- Required: Only if updated
- Format: Alphanumeric
- Min Length: 2 characters
- Max Length: 50 characters
- Example:
John
2. Last Name (last_name
)
last_name
)- Type:
string
- Description: Last name of the account holder.
- Required: Only if updated
- Format: Alphanumeric
- Min Length: 2 characters
- Max Length: 50 characters
- Example:
Doe
3. Account Type (account_type
)
account_type
)- Type:
string
- Description: Account type. Must be one of the following: 'Personal Checking', 'Personal Savings', 'Business Checking', 'Business Savings'.
- Required: Yes
- Format: String
- Example:
Business Checking