#leon-sepa-notification

1 messages · Page 1 of 1 (latest)

dark hawk
#

Hello! @pearl merlin is going to look

pearl merlin
#

Hi Leon! Are you setting up your own recurring payment system, or are you using Stripe's subscriptions API?

fair phoenix
#

I am using Subscription Schedules API to charge a big amount in small monthly installments

pearl merlin
#

Got it!

fair phoenix
#

Can I change the wording in the email there too? I mean its not a real "subscription" its an "installment"

#

And is it possible to use it only for specific payment methods? A credit card charge will generally success

A sepa payment is a higher risk it will fail

pearl merlin
#

Unfortunately, you can't change the email wording, so you'll have to send your own email after you get the invoice.upcoming webhook. 😦 You will have to look up the payment method the invoice will use by looking at:

  • invoice.default_payment_method
  • if that's unset, subscription.default_payment_method
  • if that's unset, customer.invoice_settings.default_payment_method