#kpilot_
1 messages · Page 1 of 1 (latest)
Hi there, can you share with me the steup intent ID?
seti_1O75dHAG6iibbbfWaHAWltug_secret_OuvUphYQsWTsnMp1em2nFD1nseHIb1k
going to try and add a customer to the intent to see if that helps
i haven't been able to confirm it because it has no payment method attached yet, i was hoping to let them customer enter information on the hosted page and use that to confirm, is that not possible?
"after the customer clicks "Pay Now" the form seems unresponsive and nothing happens." -> can you show me the code that you wrote for this part?
there is no code, i think i'm completely misunderstanding what that action is supposed to do
what is meant to happen when pay now is clicked
I can only help if you write your own code to integrate Stripe. Please reach out to Stripe support for questions related to connector. https://support.stripe.com/contact/email
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
i'm not using the connector, i wrote a raw http request to create the setup intent and then displayed it using the client secret on a visualforce page.
Since the button is part of the hosted page you're displaying, I'm struggling to figure out what the expected output and next step is.
What hosted page?
I'm not familiar with this page. But if you are writing your own frontend code, you can use this API https://stripe.com/docs/js/setup_intents/confirm_setup to confirm a setupIntent
Ok, I will try that, thank you!