#anwarus-_docs
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime!
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1212378067679453214
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question. Thank you for your patience!
Yes first you need to collect the payment method following the guide you are referring to
and then use it for the future payment intents
I was thinking about using https://docs.stripe.com/payments/sepa-debit/set-up-payment?platform=checkout to prepare SetupIntent for collecting future payments.
The logic is the same
just choose the Stripe product that fits best to your use case
Either Stripe Checkout or Stripe Element
But is it possible to then create PaymentIntent and collect the payment at 1st working date of the month?
Or when PaymentIntent is created then amount will be collected from customer bank account always as fast as possible?
There is no limit to use the payment method unless if the mandate is expired
I was rather asking if it's possible to set payment collection date when setting up PaymentIntent
You can listen the event mandate.updated:
https://docs.stripe.com/api/events/types#event_types-mandate.updated
I won't help me but from what I see we will need to handle it on our end
In case the mandate is expired you need to collect a new one (like collecting the payment method the first time)