Skip to content
Create account
or
Sign in
The Stripe Docs logo
/
Ask AI
Create account
Sign in
Get started
Payments
Revenue
Platforms and marketplaces
Money management
Developer resources
Overview
Versioning
Changelog
    Overview
    Basil
    Acacia
    Previous versions
Upgrade your API version
Upgrade your SDK version
Essentials
SDKs
API
Testing
Stripe CLI
Tools
Workbench
Developers Dashboard
Stripe Shell
Stripe for Visual Studio Code
Features
Workflows
Event destinations
Stripe health alertsFile uploads
AI solutions
Agent toolkit
Build with an LLM
Security and privacy
Security
Privacy
Extend Stripe
Stripe Apps
Stripe Connectors
Partners
Partner ecosystem
Partner certification
HomeDeveloper resourcesChangelogAcacia2025-02-24.acacia

Adds ability to schedule debit payments for a specific date

What’s new

The target_date parameter is now available for all bank debit payment methods (including ACH, SEPA, BACS, AU BECS, and PADS). You can use this parameter to specify a future date (3 to 15 days ahead) to debit funds from the user’s bank account when you create or update a Checkout Session; or when you create or update a Payment Intent.

Impact

The target_date parameter helps you manage your financial planning and customer expectations. You can synchronize your debit transactions with your cash flow needs by scheduling payments more strategically. For example, you could align payments with billing cycles, customer payment habits, or other financial considerations.

Changes

ParameterChangeResources or endpoints
target_dateAdded
Checkout.Session#create.payment_method_options.acss_debitCheckout.Session#create.payment_method_options.au_becs_debitCheckout.Session#create.payment_method_options.bacs_debit
 + 27 more
Checkout.Session#create.payment_method_options.sepa_debitCheckout.Session#create.payment_method_options.us_bank_accountCheckout.Session.payment_method_options.acss_debitCheckout.Session.payment_method_options.au_becs_debitCheckout.Session.payment_method_options.bacs_debitCheckout.Session.payment_method_options.sepa_debitCheckout.Session.payment_method_options.us_bank_accountPaymentIntent#confirm.payment_method_options.acss_debitPaymentIntent#confirm.payment_method_options.au_becs_debitPaymentIntent#confirm.payment_method_options.bacs_debitPaymentIntent#confirm.payment_method_options.sepa_debitPaymentIntent#confirm.payment_method_options.us_bank_accountPaymentIntent#create.payment_method_options.acss_debitPaymentIntent#create.payment_method_options.au_becs_debitPaymentIntent#create.payment_method_options.bacs_debitPaymentIntent#create.payment_method_options.sepa_debitPaymentIntent#create.payment_method_options.us_bank_accountPaymentIntent#update.payment_method_options.acss_debitPaymentIntent#update.payment_method_options.au_becs_debitPaymentIntent#update.payment_method_options.bacs_debitPaymentIntent#update.payment_method_options.sepa_debitPaymentIntent#update.payment_method_options.us_bank_accountPaymentIntent.payment_method_options.acss_debitPaymentIntent.payment_method_options.au_becs_debitPaymentIntent.payment_method_options.bacs_debitPaymentIntent.payment_method_options.sepa_debitPaymentIntent.payment_method_options.us_bank_account

Upgrade

  1. View your current API version in Workbench.
  2. If you use an SDK, upgrade to the corresponding SDK version for this API version.
    • If you don’t use an SDK, update your API requests to include Stripe-Version: 2025-02-24.acacia
  3. Upgrade the API version used for webhook endpoints.
  4. Test your integration against the new version.
  5. If you use Connect, test your Connect integration.
  6. In Workbench, perform the upgrade. You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Was this page helpful?
YesNo
Need help? Contact Support.
Join our early access program.
Check out our changelog.
Questions? Contact Sales.
LLM? Read llms.txt.
Powered by Markdoc