LowCodeAPI
438 APIs
  • Bank Accounts(10)
    • POST
      Create a bank account
    • GET
      List view of accounts
    • PUT
      Update bank account
    • GET
      Get account details
    • DEL
      Delete an account
    • POST
      Deactivate account
    • POST
      Activate account
    • POST
      Import a Bank/Credit Card Statement
    • GET
      Get last imported statement
    • DEL
      Delete last imported statement
POST
GET
PUT
GET
DELETE
POST
POST
POST
GET
DELETE
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