#daniyal_11692
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- daniyal_11692, 1 day ago, 9 messages
- daniyal_11692, 5 days ago, 8 messages
- daniyal_11692, 6 days ago, 11 messages
- daniyal_11692, 6 days ago, 24 messages
- daniyal_11692, 6 days ago, 68 messages
Hi
You can check the card.wallet field at the PaymentMethod level:
https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-wallet
where can i see this?
You need to use APIs, fetch the payment_intent and expand `payment_property
https://stripe.com/docs/api/payment_intents/retrieve
https://stripe.com/docs/api/expanding_objects
https://stripe.com/docs/api/payment_intents/object#payment_intent_object-payment_method
is there any place like when completing the transaction we could find out. i just want to know about the payment method like card, GPay etc
is there any place like when completing the transaction we could find
What you mean exactly by place ? like Stripe Dashboard ?
in the code point of view
i've the payment intent object
i place an order using Gpay but in payment intent object it shows card in every property
So you can use the APis in order to fetch and see if it was a GPay or Apple Pay