#CaptainYarb-payment-intent-auto-pms

1 messages ยท Page 1 of 1 (latest)

modest sable
#

Hi there!

#

Are you using charge_automatically or send_invoice subs?

crystal sage
#

charge_automatically

modest sable
#

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

crystal sage
#

We do have the invoice settings set

#

Did I miss another setting? ๐Ÿ˜•

modest sable
#

Ah no I'm wrong. That only applies to send_invoice.

#

You are using Payment Element, correct?

crystal sage
#

Yes

modest sable
crystal sage
#

Bummer. Looks like most of those payment methods are hard limited to send_invoice only.

modest sable
#

Many of those payment methods don't make sense for a charge_automatically Sub as they can't be used for recurring automatic payments.

crystal sage
#

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.

pastel forge
#

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.

crystal sage
#

Hi thanks for jumping in!

#

It basically looks like we'll get access to Sepa payments ... and that's it :/

pastel forge
#

What is your ideal outcome?

crystal sage
#

Offer as many payment options as especially with a payment flag that allows me include non-recurring payment options.

pastel forge
#

Wait, I think I might be misunderstanding something. I thought you were using Subscriptions with charge_automatically?

crystal sage
#

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

pastel forge
#

Not sure I understand what you mean? Where are you seeing a minimum time of 30 days?