#siddhi_code
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1290257504340672555
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- siddhi_code, 5 days ago, 8 messages
I have implemented through your guide lines:https://docs.stripe.com/payments/build-a-two-step-confirmation
but now i want to know payment method detail before confirming payment
Hi, let me help you with this.
yes please
This is available on the Confirmation token object: https://docs.stripe.com/api/confirmation_tokens/object#confirmation_token_object-payment_method_preview-card-brand
i want to know this informaion while clicking on different cards ,i have used your previous one but i want this detail before confirming payment
there may be any event on
expressCheckoutElement this element while selection on different debit cards?
clicking on different cards
What do you mean by this?
when i clcik on buy with google pay above pop up will be open ,now on selecting diff payment method i want to know country so i can update amount before confirming payment
can i get any solution?
The customer will have to select the Payment Method for you to get details about it. Clicking on cards in Google Pay wallet is handled within Google Pay and is not accessible.