#bala7492
1 messages · Page 1 of 1 (latest)
hi! well like it says, mobile wallets can't be saved.
https://stripe.com/docs/terminal/features/saving-cards/save-cards-directly#:~:text=for example%2C Apple Pay or Google Pay)%20aren%E2%80%99t%20supported.
So any other way for mobile wallet future payment?
not really no!
okie.. i will explain my business scenrio...while tap the card when enter the store.after purchase they will exit. while exit we don't have option to tap the card. so whatever they purchase, we need to get the amount from user.which way to implement this scernio?(Except mobile wallet, all other cards, setup intent is working fine)
not sure!
maybe instead of saving the card when they enter, charge it with manual capture and then you can capture that amount or less when they exit.
I don't know any solution here.
this is normal payment intnet flow?
on this flow,this is not require any addition authentication from user while update the amount?
you can't capture more than the amount that was charged without having the customer tap their card again
I mean creating a PaymentIntent for Terminal and using capture_method:"manual" and charging some amount that makes sense for your use case yes
but I don't think it's a good solution since you probably don't know how much the customer will need to pay at the start
so like I said, I don't know any solution here. Maybe disable the ability for the customer to pay with Apple/Google Pay , but I'm not sure Stripe implements configuration for that. So I really don't know what to suggest , sorry. Maybe ask https://support.stripe.com/?contact=true to get other opinions.
yes,example...on intial we hold amount like 10$.if customer purchase more than that amount (50$).we can able to update that amount on payment intent without user auth.
Okie thanks for your valuable time.
If you got any idea,please share on it...
So I really don't know what to suggest , sorry. Maybe ask https://support.stripe.com/?contact=true to get other opinions.
Thanks