BILL

Supports:

  • ✅ Connection Proxy

Connection

Configuration

NameTypeDescriptionRequired
dev_keystringDeveloper keytrue
environmentstringEnvironment

Accepted values: production, sandbox
true
organization_idstringOrganization IDtrue
sync_tokenstringSync tokentrue
sync_token_namestringSync token nametrue

Example

1{
2 "name": "BILL connection",
3 "type": "bill",
4 "configuration": {
5 "dev_key": "",
6 "environment": "",
7 "organization_id": "",
8 "sync_token": "",
9 "sync_token_name": ""
10 }
11}