#sandip5831
1 messages · Page 1 of 1 (latest)
Payment Element won't show saved card. (it's a feature request and we have plan woking on it). But in the mean time you can implement your own UI
List the Card attached to the Customer object, obtain last4, send back to your frontend
On frontend you can display a list with ****{last_4}
So it's not show only for indian country or for all country?
not related to India or not
So what you suggest for this?
To implement the UI yourself, here
How we will manage googlepay / applepay button? in own list ui?
I know in india googlepay/applepay not supported. But we support this stripe in multiple country.
So, for that another coutrys we need to provide googlepay/applepay.
The custom UI I mentioned is separated with Payment Element, not related to ApplePay and GooglePay. When you have the Payment Method Id from backend, it could be an ApplePay or a normal card customer entered last time
Consider it as a normal card
Because iOS is a different component. That's PaymentSheet
In android we also use paymentsheet
1.] I need to clone customer in to connect account but for cloning customer we need required default payment method.
2.] How we attach default payment method before create stripe intent
3.] How we now that customer have default payment method
4.] is it possible to fetch card before create stripe intent?
Can you please clear this my quires.
- Simply calling Attach PaymentMethod API doesn't work?
- Retrieve Customer and check its
default_payment_method? - Yes, Retrieve Customer and check its payment methods