#sandip5831

1 messages · Page 1 of 1 (latest)

night finchBOT
left ruin
#

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

steel pond
left ruin
#

On frontend you can display a list with ****{last_4}

steel pond
left ruin
#

not related to India or not

steel pond
#

So what you suggest for this?

left ruin
steel pond
#

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.

left ruin
#

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

steel pond
#

But why in ios it's show?

#

already saved card.

left ruin
#

Because iOS is a different component. That's PaymentSheet

steel pond
#

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.

left ruin
#
  1. Simply calling Attach PaymentMethod API doesn't work?
  2. Retrieve Customer and check its default_payment_method?
  3. Yes, Retrieve Customer and check its payment methods