Use Fiber to load the following resources from the Quickbooks API.
You need the following data to create a Quickbooks source.
Key | Type | Comments |
---|---|---|
clientId | string | Your Quickbooks app client ID |
clientSecret | string | Your Quickbooks app client secret |
You need the following data to register a Quickbooks account.
Key | Type | Comments |
---|---|---|
refreshToken | string | Required |
realmId | string | Required |
isSandbox | boolean | Optional |
Fiber needs to hold the refresh tokens for Quickbooks accounts. You can use our custody API/SDK to fetch fresh access tokens for your own use.
Nothing to see here.