#CaptainYarb-payment-intent-auto-pms
1 messages ยท Page 1 of 1 (latest)
charge_automatically
Gotcha. Yeah you can't use automatic_payment_methods here, but you should be able to adjust your defaults at https://dashboard.stripe.com/settings/billing/invoice or you can set the payment_method_types via: https://stripe.com/docs/api/subscriptions/create#create_subscription-payment_settings-payment_method_types
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ah no I'm wrong. That only applies to send_invoice.
You are using Payment Element, correct?
Yes
Yeah okay. Automatic_payment_methods hasn't rolled out for Subscriptions + Payment Element yet. So you do need to use payment_method_types via https://stripe.com/docs/api/subscriptions/create#create_subscription-payment_settings-payment_method_types
Bummer. Looks like most of those payment methods are hard limited to send_invoice only.
Many of those payment methods don't make sense for a charge_automatically Sub as they can't be used for recurring automatic payments.
Is there any plans to expand this? We would prefer recurring payments, but it's not required for us. Feels like it's really limiting the number of payments for customers.
Hello! I'm taking over and catching up...
I do believe there are plans to add support for this, but I can't comment on when those changes might be released.
Hi thanks for jumping in!
It basically looks like we'll get access to Sepa payments ... and that's it :/
What is your ideal outcome?
Offer as many payment options as especially with a payment flag that allows me include non-recurring payment options.
Wait, I think I might be misunderstanding something. I thought you were using Subscriptions with charge_automatically?
We are, but mainly because we only want to give customers 3 days to not pay and send_invoice minimum termination time is 30 days
Not sure I understand what you mean? Where are you seeing a minimum time of 30 days?