#swaroopnagothi25_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/1345034317725962302
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, what does 'scar for future' mean?
If you're asking if acss can be used for recurring payment, it can and we document it here: https://docs.stripe.com/payments/acss-debit
can't we have a checkbox for save for future use as like us_bank_account in the payment element?
I tried by passing setup_future_usage as on_session, it saves the payment method. But we want our customer to chosse the save for future use option as like card, us_bank_account.
Oh, you're using https://docs.stripe.com/payments/save-during-payment.
Can you share an example where you could not do that?
I just tested this integration end to end on my end. I can confirm that it all works. Unline us bank accounts, you will need to pass in some mandate informtion as we document here: https://docs.stripe.com/payments/acss-debit/accept-a-payment?platform=web&payment-ui=elements#web-create-payment-intent
Can you try the above?