#pawan_code

1 messages ¡ Page 1 of 1 (latest)

ivory spireBOT
#

👋 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/1288758989428887685

📝 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.

royal tendon
#

Hi @echo plume

echo plume
#

Can you elaborate a bit more? How are you not able to detect the saved card? What is not working?

royal tendon
#

Can you Please refer my latest chat a day ago So that you will get little Context

#

Actually I am using stripe Payment Element & Able to See the Saved Card in my Checkout page from stripe End Let me know how can I select the Card and move forward

#

For better understanding Can you please refer my latest chat a day ago which i did with your collegue

echo plume
#

Sorry it's long chat and I am not sure how you advanced from there

#

Could you summarize the current question?

royal tendon
#

Actually I am using stripe Payment Element & Able to See the Saved Card in my Checkout page from stripe End Let me know how can I select the Card and move forward to next page

echo plume
#

Is that you can not select the 4242 or 1111 card on the screenshot above?

royal tendon
#

I can Select the card But On Selection i want to get the PMid and All to complete the payment for selected card

#

How can We Detect the Event when click on the card selected

echo plume
#

When you click does it emit an event?

#

This code

paymentElement.on('change', function(event) {
  if (event.value.payment_method) {
    // Control dynamic content if a saved payment method is selected
  }
})