#mattcomroe_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ 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.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ 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/1370145570051719288
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- mattcomroe_api, 5 days ago, 16 messages
Hello
Yes, you can request a new mandate or provide mandate_data parameter if you've already collected mandate from the customer before - https://docs.stripe.com/api/payment_intents/create#create_payment_intent-mandate_data
ok.. and is that required for a us_bank_account payment method? in the situation like my example requestid that i submitted, i should definitely request a new mandate in my payment intent request? or is that optional for that payment method?
It isn't optional as far as I know. It is required. https://docs.stripe.com/payments/ach-direct-debit#mandates
ok. i just wanted to make sure. mandates feel very "permanant" so i want to make sure i'm setting them up properly.
for context, we keep a copy of the payment method id and mandate id on our side; and just before we run a charge i am looking up the mandate details via a Stripe API call. Sounds like I will want to modify the logic for an inactive mandate to request a new one and replace our local stored mandate identifier with the newly created one when the payment intent completes.
i think that is what i'm going to do by default; our customers are gyms/fitness centers so typically the PMs are used for recurring charges like monthly memberships, etc. But they can also be used for one-off charges like a the store to buy a t-shirt or something.
ok.. thank you for the quick and helpful reply! i appreciate you!
NP! Happy to help