Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Supported endpoints


Public preview

Supported endpoints Public preview

Browse the API endpoints available for batch processing.

The Batch Jobs API supports the following endpoints. Each batch job targets a single endpoint, and all requests in the batch go to that endpoint.

Accounts

EndpointPath
Update an accountPOST /v1/accounts/:id
Create an accountPOST /v1/accounts

Coupons

EndpointPath
Create a couponPOST /v1/coupons
Update a couponPOST /v1/coupons/:coupon
Delete a couponDELETE /v1/coupons/:coupon

Credit Notes

EndpointPath
Create a credit notePOST /v1/credit_notes

Customers

EndpointPath
Create a customerPOST /v1/customers
Update a customerPOST /v1/customers/:id
Delete a customerDELETE /v1/customers/:id
Create a bank accountPOST /v1/customers/:customer/bank_accounts
Update a bank accountPOST /v1/customers/:customer/bank_accounts/:id
Delete a bank accountDELETE /v1/customers/:customer/bank_accounts/:id
Verify a bank accountPOST /v1/customers/:customer/bank_accounts/:id/verify

Disputes

EndpointPath
Update a disputePOST /v1/disputes/:dispute
Close a disputePOST /v1/disputes/:dispute/close

Entitlements

EndpointPath
Create a featurePOST /the relevant part of the product
Update a featurePOST /the relevant part of the product/:id

Invoice Items

EndpointPath
Create an invoice itemPOST /v1/invoiceitems
Update an invoice itemPOST /v1/invoiceitems/:id
Delete an invoice itemDELETE /v1/invoiceitems/:id

Invoices

EndpointPath
Update an invoicePOST /v1/invoices/:id
Bulk add invoice line itemsPOST /v1/invoices/:invoice/add_lines

Prices

EndpointPath
Update a pricePOST /v1/prices/:id

Products

EndpointPath
Create a productPOST /v1/products
Update a productPOST /v1/products/:id
Delete a productDELETE /v1/products/:id
Create a product featurePOST /v1/products/:product/features
Delete a product featureDELETE /v1/products/:product/features/:id

Promotion Codes

EndpointPath
Create a promotion codePOST /v1/promotion_codes
Update a promotion codePOST /v1/promotion_codes/:id

Radar

EndpointPath
Create a value list itemPOST /the relevant part of the product

Subscription Items

EndpointPath
Update a subscription itemPOST /v1/subscription_items/:item
Delete a subscription itemDELETE /v1/subscription_items/:item

Subscription Schedules

EndpointPath
Create a schedulePOST /v1/subscription_schedules
Update a schedulePOST /v1/subscription_schedules/:id
Cancel a schedulePOST /v1/subscription_schedules/:id/cancel
Release a schedulePOST /v1/subscription_schedules/:schedule/release

Subscriptions

EndpointPath
Update a subscriptionPOST /v1/subscriptions/:id
Migrate a subscriptionPOST /v1/subscriptions/:id/migrate
Cancel a subscriptionDELETE /v1/subscriptions/:id
Create a subscriptionPOST /v1/subscriptions

Tax

EndpointPath
Create a tax ratePOST /v1/tax_rates
Update a tax ratePOST /v1/tax_rates/:id
Create a registrationPOST /the relevant part of the product
Update a registrationPOST /the relevant part of the product/:id
Update settingsPOST /the relevant part of the product

Transfers

EndpointPath
Create a transferPOST /v1/transfers
Update a transferPOST /v1/transfers/:id

Plans

EndpointPath
Create a planPOST /v1/plans
Update a planPOST /v1/plans/:id
Delete a planDELETE /v1/plans/:id

Others

EndpointPath
Last verified 2026-09-24

Is this helpful?