#jimmy3DS
1 messages · Page 1 of 1 (latest)
that option is in the PaymentIntent creation request:
https://stripe.com/docs/api/payment_intents/create#create_payment_intent-automatic_payment_methods
How are you willing to accept the payment details of you customer? using Stripe Checkout or Elements ?
Using elements js
I don't see the option here either https://stripe.com/docs/js/elements_object/create_payment_element
So yes you can refer to this full guide for achieving that using the automatic_payment_methods option:
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements#web-create-intent
My payment flow is currently live and in production, I'm just trying to disable SEPA. this looks like I will need to rework the way our payment system works?
Is there an easier way to disable SEPA?
Or is this \Stripe\Subscription::create( not creating the payment intent?
you need to change your Invoice settings instead to manage the payment method that uses
it's https://dashboard.stripe.com/settings/billing/invoice ,that's what controls the payment methods you'll have on the PaymentIntent the subscription creates
Okay so in 'Default payment terms' > 'Payment methods' I've hit 'Manage' and untoggled SEPA. Does that mean that when creating subscription's customers will not get the option for SEPA payment?
yes