Stripe Checkout: setup_future_usage required

  • hide10
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
3 years 2 months ago #141223 by hide10
Hello,

I’m using the Stripe Checkout plugin.
Today I received an alert email from Stripe about important changes which will be effective on May 21, 2021.

It will be required to include setup_future_usage argument to capture a payment method on-file to use for future use. $session = \Stripe\Checkout\Session::create([
  'payment_intent_data' => [
Code:
    'setup_future_usage' => 'off_session',
  ],

stripe.com/docs/api/payment_intents/upda...t-setup_future_usage

Will you please update the Stripe Checkout plugin?

P.S.
This might be related to my past Ticket #105800.

Thanks.

Please Log in or Create an account to join the conversation.

More
3 years 2 months ago #141230 by Paul Adams
Replied by Paul Adams on topic Stripe Checkout: setup_future_usage required
I also received the same email today. Following the thread,

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
3 years 2 months ago #141237 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Stripe Checkout: setup_future_usage required
Hello

I will have to review Stripe latest documentation and work on the plugin to have it works with latest version of Stripe API

It will take sometime, but surely we will have it ready before May (should be available sometime next month, or even this month if I have enough time)

Tuan
The following user(s) said Thank You: hide10

Please Log in or Create an account to join the conversation.

More
3 years 2 months ago #141293 by Paul Adams
Replied by Paul Adams on topic Stripe Checkout: setup_future_usage required
Hi Tuan.,

Thank you. Will you post that it's been updated on the site or should we just look for a change in the version number which I think is currently 2.19.1.

Paul

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
3 years 2 months ago #141307 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Stripe Checkout: setup_future_usage required
Hi Paul

I will change the version number of the payment plugin and also update the topic here

Tuan

Please Log in or Create an account to join the conversation.

More
3 years 6 days ago #142914 by Paul Adams
Replied by Paul Adams on topic Stripe Checkout: setup_future_usage required
Hi,

Is there an update for the plugin yet?

Thanks

Paul

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
3 years 6 days ago #142915 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Stripe Checkout: setup_future_usage required
Hi Paul

I haven't had a chance to look at it yet. Will try to find sometime to look at this in the next 1 to 2 weeks (before releasing new version of Membership Pro which I am working on at the moment)

Regards,

Tuan

Please Log in or Create an account to join the conversation.

More
3 years 5 days ago #142956 by Paul Adams
Replied by Paul Adams on topic Stripe Checkout: setup_future_usage required
Ok, great. Thanks Tuan

Please Log in or Create an account to join the conversation.

More
2 years 11 months ago #143152 by Paul Adams
Replied by Paul Adams on topic Stripe Checkout: setup_future_usage required
It looks like the plug in has been updated now, is that correct?

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
2 years 11 months ago #143159 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Stripe Checkout: setup_future_usage required
Hi Paul

It was updated, but for different purpose. I realized that Stripe allow using different methods for Stripe Checkout , so I added a parameter to allow choosing available payment methods for Stripe Checkout payment plugin in case someone needs it

It is sill not very clear to me about usage of setup_future_usage , so I haven't added it yet. I will have to read their documentation again, I guess

Tuan

Please Log in or Create an account to join the conversation.