#Andrii-SEPA-mandate

1 messages ยท Page 1 of 1 (latest)

floral silo
#

Hi there ๐Ÿ‘‹ just to make sure we're on the same page, can you tell me a bit more about your flow and how you got to this error?

still thicket
#

okay,

  1. create customer
  2. attacth method payment ( SEPA ) to customer
  3. create shedule sub
  4. and when i make pay, i to get error
floral silo
still thicket
#

i will check

still thicket
#

@floral silo am i can use payment intent method , or setup intent required ?

floral silo
#

You can use either, which one depends on your flow. If you're collecting the payment method information in advance of making a payment with it, then you'd use a setup intent as outlined in that guide.

If you're collecting the payment details at the same time as a payment is being made, then you'd use a payment intent as outlined in this guide:
https://stripe.com/docs/payments/sepa-debit/accept-a-payment

still thicket
floral silo
#

Subscription Schedules and Subscriptions are distinct objects in our ecosystem. A Subscription Schedule will not have a client secret as it is an object that controls future changes to a related Subscription.

still thicket
#

okay, then how add sepa mandate to Subscription Schedules?

formal wedge
#

You don't. You collect the mandate as part of setting up the SEPA PaymentMethod. You then can then use that PaymentMethod to charge your customer for subscription payments

#

Meaning you would either set it as the default payment method for the Customer or the Subscription

#
still thicket
#

okay, thanks. i will see