#simran-khosla_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/1300936263020314764
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Mostly just trying to confirm my assumptions are correct on all of the above and wondering if you have any suggestions if our goal here is to :
- Make a setup intent / payment method FIRST from a Stripe Terminal
- Use a Payment INtent to charge with that card later (could be within a few minutes) or on a recurring schedule that our users have agreed to (ie. a membership flow)
and looking for any advice for how you'd suggest we set ourselves up knowing that thats our goal and we want ot support Apple Pay and Google Pay and Canadian clients as well.
Hi there, give me a few minutes to catch up
I'm not quite sure what you're trying to do here. So just to be clear, your goal is to use Terminal to collect payment method details in person and then use these payment method details to create card-not-present charges later?
@primal siren If that's what you're trying to achieve then no, this is not possible. Mobile wallets are not supported when saving cards via Terminal for future use
Got it !
Is that just, not possible with either method?
just not a thing you can do recurring with mobile wallets?
But, they can be used for a one time use correct?
So its possible we could still support mobile wallets on the terminal but just only save the non mobile wallet payments if we do the second way of saving after payment?
But the limitation there would be, US only?
Wallets can be used for one-time card-present payments, yes: https://docs.stripe.com/terminal/payments/collect-card-payment/supported-card-brands#:~:text=Terminal supports NFC-based mobile wallets (Apple Pay%2C Google Pay%2C and Samsung Pay).
Yes, you can create a generated_card for card present cards but you're right, this is a US-only limitation