alexmorrisnz / moodle-paygw_stripe

https://moodle.org/plugins/paygw_stripe
10 stars 12 forks source link

Make a purchase without saving your card information #29

Closed chihirosugita closed 1 day ago

chihirosugita commented 4 months ago

Hi!

Once you save your card information, you can make purchases without having to enter it a second time. This is convenient, but inconvenient in the following cases -When you want to make a purchase with a different card. -When a minor wants to make a purchase with a guardian's card information.

Below I share the response I got from Stripe when I talked to them about this. If you pass "setup" as the "mode" parameter, a setup mode session will be created to set up future payments. https://docs.stripe.com/payments/save-and-reuse To accept subscription payments in Checkout, pass "subscription" as the "mode" parameter during Create a session. https://stripe.com/docs/api/checkout/sessions /create#create_checkout_session-mode

Please consider this.

alexmorrisnz commented 1 week ago

This should be resolved by PR #34