#MrCSJ

1 messages · Page 1 of 1 (latest)

fallow muskBOT
tropic birch
#

Can you share reason why you would like to do so?

kind pasture
#

we are designing our technology plan, i want to get this detail info to adjust our plan, it's just a info not a real case.

tropic birch
#

One way I can think of is to create a SetupIntent without customer and collect the payment method. Once the SetupIntent is completed, you can get the payment method ID (pm_xxx) with SetupIntent Retrieval API: https://stripe.com/docs/api/setup_intents/retrieve

kind pasture
#

All the question i asked is about the Apple pay pmid

tropic birch
#

Ah yes! I misread your question. You may get the payment method details from PaymentMethod Retrieval API: https://stripe.com/docs/api/payment_methods/retrieve

In the response, Apple Pay's type will be card, but you can look for card.wallet in the response to check if it's an Apple Pay payment method with a given PM ID: https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-wallet

kind pasture
#

okay, so i can get more detail card info(such as fingerprint 、last4、issuer) by retrive the pmid without attach this pmid to a customer?

tropic birch
#

For Apple Pay, you can get details without attaching to a customer including fingerprint and card.last4, but not issuer

kind pasture
#

ok, besides the fingerprint and card.wallet.dynamic_last4 , i can also get exp_year and exp_month info?

jaunty turtle
#

Hi I'm taking over

kind pasture
#

yeah thank u

jaunty turtle
kind pasture
#

ok i get it, thank u again. And this topic can be closed. Thank u

jaunty turtle
#

Welcome!