#mohannad57_error
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/1357348078637813760
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
do subscription work with Apply Pay?
Yes, generally speaking, but you can't save apple pay cards for later use via terminal
Use Stripe Terminal to collect and save payment methods **(excluding mobile wallets) **for online reuse.
https://docs.stripe.com/terminal/features/saving-cards/overview
There are some exception to this we're working on in a private feature: https://docs.stripe.com/terminal/features/saving-cards/save-cards-directly?terminal-sdk-platform=server-driven#saving-digital-wallets
If your business qualifies, you can contact the email specified there for details and to request access
do we save physical cards with all subscriptions but it would not work for apply pay?
these are using a one time charge where they need to save the card for future charge
but that should not be the case when creating subscriptions!!
The same restriction applies, you can't setup/save a wallet payment method
is there another alternative to this?
or once the payment fails to keep the reader to request different type of card?
is there a way to keep the reader on the card prompt screen? after failer?
simply to ask for another card?
What behavious do you see on the reader currently?
Either the reader should suggest presenting a different card, or if not your app can re-initilize the collection flow with guidance to the customer to not use a wallet
it shows the error "Your Card Declined Try different form of payment" and then goes back to the logo
how can we have this "the reader should suggest presenting a different card"?
If it doesnt do that automatically, then you can call collectPaymentMethod again
so we have to do it actively from the code...!?
If the reader doesn't already prompt the customer to present a different payment method/card, yes