Delete a Customer tax ID 

Deletes an existing tax_id object.

Parameters

No parameters.

Returns

Returns an object with a deleted parameter on success. If the tax_id object does not exist, this call raises an error.

DELETE /v1/customers/:id/tax_ids/:id
curl -X DELETE https://api.stripe.com/v1/customers/cus_NZKoSNZZ58qtO0/tax_ids/txi_1MoC8zLkdIwHu7ixEhgWcHzJ \
-u "sk_test_BQokikJ...2HlWgH4olfQ2sk_test_BQokikJOvBiI2HlWgH4olfQ2:"
Response
{
"id": "txi_1MoC8zLkdIwHu7ixEhgWcHzJ",
"object": "tax_id",
"deleted": true
}

Delete a tax ID 

Deletes an existing account or customer tax_id object.

Parameters

No parameters.

Returns

Returns an object with a deleted parameter on success. If the tax_id object does not exist, this call raises an error.

DELETE /v1/tax_ids/:id
curl -X DELETE https://api.stripe.com/v1/tax_ids/txi_1NuMB12eZvKYlo2CMecoWkZd \
-u "sk_test_BQokikJ...2HlWgH4olfQ2sk_test_BQokikJOvBiI2HlWgH4olfQ2:"
Response
{
"id": "txi_1NuMB12eZvKYlo2CMecoWkZd",
"object": "tax_id",
"deleted": true
}

Test Clocks Test helper

A test clock enables deterministic control over objects in testmode. With a test clock, you can create objects at a frozen time in the past or future, and advance to a specific future time to observe webhooks and state changes. After the clock advances, you can either validate the current state of your scenario (and test your assumptions), change the current state of your scenario (and test more complex scenarios), or keep advancing forward in time.

Financing Offer Preview

This is an object representing an offer of financing from Stripe Capital to a Connect subaccount.

Financing Summary Preview

A financing object describes an account’s current financing state. Used by Connect platforms to read the state of Capital offered to their connected accounts.