Deletes an existing account or customer tax_
object.
Parameters
No parameters.
Returns
Returns an object with a deleted parameter on success. If the tax_
object does not exist, this call raises an error.
{ "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.
This is an object representing a Stripe account. You can retrieve it to see properties on the account like its current requirements or if the account is enabled to make live charges or receive payouts.
For accounts where controller.requirement_collection is application
, which includes Custom accounts, the properties below are always returned.
For accounts where controller.requirement_collection is stripe
, which includes Standard and Express accounts, some properties are only returned until you create an Account Link or Account Session to start Connect Onboarding. Learn about the differences between accounts.