LowCodeAPI
438 APIs
  • Bank Accounts(2)
    • POST
      Create a bank account
    • GET
      List view of accounts
POST
GET
Zoho BooksZoho BooksBank Accounts Create a bank account
POST
https://api.lowcodeapi.com/zohobooks/books/v3/bankaccounts
Request Payload

The payload will be sent as a application/json as a part of the request body.

Payload
account_namestring*
Name of the account
account_typestring*
Type of the account
account_numberstring
Number associated with the Bank Account
account_codestring
Code of the Account
currency_idstring
ID of the Currency associated with the Account
currency_codestring
Code of the currency associated with the Bank Account
descriptionstring
Description of the Account
bank_namestring
Name of the Bank
routing_numberstring
Routing Number of the Account
is_primary_accountboolean
Check if the Account is Primary Account in Zoho Books
is_paypal_accountboolean
Check if the Account is Paypal Account
paypal_typestring
The type of Payment for the Paypal Account
paypal_email_addressstring
Email Address of the Paypal account
Response
API response data will be shown here once the request is completed.
Zoho Books