POST /v1/tax/settings
Updates Tax Settings
parameters used in tax calculations. All parameters are editable but none can be removed once set.
Servers
- https://api.stripe.com/
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/x-www-form-urlencoded" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
defaults |
Object | No |
Default configuration to be used on Stripe Tax calculations. |
defaults.tax_code |
String | No | |
defaults.tax_behavior |
String | No |
Possible values:
|
expand[] |
Array | No |
Specifies which fields in the response should be expanded. |
head_office |
Object | No |
The place where your business is located. |
head_office.address |
Object | Yes | |
head_office.address.line2 |
String | No | |
head_office.address.line1 |
String | No | |
head_office.address.postal_code |
String | No | |
head_office.address.country |
String | No | |
head_office.address.state |
String | No | |
head_office.address.city |
String | No |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.