Stripe · Capability
Stripe Tax API — Tax Rates
Stripe Tax API — Tax Rates. 4 operations. Lead operation: Tax Rates. Self-contained Naftiko capability covering one Stripe business surface.
What You Can Do
GET
Gettaxrates
—
Returns a list of your tax rates. Tax rates are returned sorted by creation date, with the most recently created tax rates appearing first.
/v1/v1/tax-rates
POST
Posttaxrates
—
Creates a new tax rate.
/v1/v1/tax-rates
GET
Gettaxratestaxrate
—
Retrieves a tax rate with the given ID
/v1/v1/tax-rates/{tax-rate}
POST
Posttaxratestaxrate
—
Updates an existing tax rate.
/v1/v1/tax-rates/{tax-rate}
MCP Tools
p-returns-list-your-tax-rates
Returns a list of your tax rates. Tax rates are returned sorted by creation date, with the most recently created tax rates appearing first.
read-only
idempotent
p-creates-new-tax-rate-p
Creates a new tax rate.
p-retrieves-tax-rate-given-id
Retrieves a tax rate with the given ID
read-only
idempotent
p-updates-existing-tax-rate-p
Updates an existing tax rate.