Skip to main content
POST
Upsert Avalara credentials

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Set the Avalara credentials for some specified delivery_method_ids

delivery_method_ids
string[]
required

The delivery method IDs of the billing provider configurations to update, can be found in the response of the /listConfiguredBillingProviders endpoint.

avalara_environment
enum<string>
required

The Avalara environment to use (SANDBOX or PRODUCTION).

Available options:
PRODUCTION,
SANDBOX
avalara_username
string
required

The username for the Avalara account.

avalara_password
string
required

The password for the Avalara account.

commit_transactions
boolean

Commit transactions if you want Metronome tax calculations used for reporting and tax filings.

Response

Success

The response is of type object.