#ajitkumar_api
1 messages ยท Page 1 of 1 (latest)
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.
- ajitkumar_api, 7 minutes ago, 11 messages
- ajitkumar_api, 1 hour ago, 14 messages
๐ 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/1245301932428496896
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
I'm not able to get a response in hosted payment page
would you mind sharing a screen recording?
this hosted payment page we are using
how are you integrating with Stripe? are you using a plugin?
I'm using this "https://docs.stripe.com/js/element/mount" URL to integrate
you're using the Card Element?
Yes
would you mind sharing your account ID?
what's the error you're seeing on your dashboard?
there is no error but before it's working correctly
I wasn't able to find any errors
I really need to see what's happening here to help you
after entering card details in which event we get response
would you mind sharing your code
I'm taking a look
Thank you๐
in this line
payment_method: {
card: card,
billing_details: billing_details
}
})```
are you passing the paymentIntent client_secret?
Yes
var stripeElements = function (publicKey, paymentIntent) {
passing in this function
do you have a page I can visit to replicate this problem?