APIs for VBASoftware
VBASoftware (v1)
- application/json
- text/json
- application/*+json
ID of the funding account. Note: This field is marked as NOT NULL in the database and therefore required by the API.
Identifies which category the funding account belongs to.
Identifies the type of funding account. 'Account Types' are configured within 'Accounting Configuration'.
Address line 1 of the funding account's banking institution.
Address line 2 of the funding account's banking institution.
Identifies the country that the funding account belongs to.
Identifies the card as either a debit card or credit card.
Identifies the type of credit card used by the funding account.
Ex Code that will be applied to claims which are funded by this account.
Fractional routing number of the funding account.
Number of the last generated ACH transaction from the funding account.
Identifies the starting number for the funding account's Magnietic Ink Character Recognition checks.
Identifies the Magnetic Ink Character Recognition line of the funding account's checks.
- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/funding-accounts
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://vbapi.vbasoftware.com/vbasoftware/funding-accounts \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE' \
-d '{
"account_Key": 0,
"acH_Number_Prefix": "string",
"acH_Number_Suffix": "string",
"account_Category": "string",
"account_Name": "string",
"account_Number": "string",
"account_Type": "string",
"bank_Address1": "string",
"bank_Address2": "string",
"bank_City": "string",
"bank_Country_ID": "string",
"bank_Name": "string",
"bank_State": "st",
"bank_Zip": "string",
"cC_Address1": "string",
"cC_Address2": "string",
"cC_City": "string",
"cC_Debit_Credit": "string",
"cC_Exp_Month": 0,
"cC_Exp_Year": 0,
"cC_Name_On_Card": "string",
"cC_Number": "string",
"cC_Sec_Code": 0,
"cC_State": "st",
"cC_Type": "string",
"cC_Zip": "string",
"currency_ID": "string",
"default_Check_Stock": 0,
"default_Funding_Threshold": 0,
"effective_Date": "2019-08-24T14:15:22Z",
"entry_Date": "2019-08-24T14:15:22Z",
"entry_User": "string",
"ex_Code": "string",
"federal_ID": "string",
"fractional_Routing_Number": "string",
"last_ACH_Number": 0,
"last_Check_Number": 0,
"micR_Check_Num_Start_Pos": 0,
"micR_Line": "string",
"positive_Pay_Required": true,
"routing_Number": "string",
"security_Code": "string",
"statement_Format_Key": 0,
"swift_Code": "string",
"term_Date": "2019-08-24T14:15:22Z",
"update_Date": "2019-08-24T14:15:22Z",
"update_User": "string",
"use_ACH_Numbering": true
}'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/funding-accounts
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/funding-accounts?page=1&pageSize=100&sortBy=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example- VBAPI VBASoftwarehttps://vbapi.vbasoftware.com/vbasoftware/funding-accounts/{accountKey}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://vbapi.vbasoftware.com/vbasoftware/funding-accounts/{accountKey}' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'vbasoftware-database: string' \
-H 'x-api-key: YOUR_API_KEY_HERE'No response example