#devz_error
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.
- devz_best-practices, 6 days ago, 6 messages
👋 Welcome to your new thread!
⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1253209493232291880
📝 Have more to share? Add details, code, screenshots, videos, etc. below.
Hi, can you share the request id where you saw this error? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
this one
any luck ?
I think you it's due to passing in invalid url: localhost:3000/account/payments/setup-complete, can you add http: there?
I tested it with http://localhost:4242/success.html and it works
Happy to help!
Still there ?
Yes, how can I help?
Done
A easy mistake by my side
Sorry
xD
BUT YEAH
just for knowledge
What is the difference
between client secret
setup_intent=seti_1PTdHuBmeRGfPRT0Qx0q3qds&setup_intent_client_secret=seti_1PTdHuBmeRGfPRT0Qx0q3qds_secret_QKHrnYmnst6SuN6xNOz0W2e4HQO4ieI&
setup intent
and setup_intent_client_secret
What are the uses in each case ?
Setup Intent is the object ID and it is returned after you request to create one. On the response, you get a client_secret which is used on the Client Side, https://docs.stripe.com/api/setup_intents/object#setup_intent_object-client_secret which is used for client-side retrieval using a publishable key.
yeah
but for example
in the setup_intent_client_secret
There is two inside
DO we have to use them at the same time
Or must be separated
damn
is tyhe same one
as the setup intent
Can you reword your ask please? Where are you seeing two?
Yes!
Sure!
Sure!
Can i do this with Stripe ?
Show avaiable payment methods, select amount, and make payment.
All customised, without using stripe elements.
What would be the process ?
Create PaymentIntent ? And attach to it payment method and amount ?
What would be the best way to proceed in this case ?
You could use https://docs.stripe.com/payments/accept-a-payment-deferred flow. You can collect the payment method details first, then create a Payment Intent and pass the amount.
Yeah
But i want to be sure
On how to select those payment methods types to the current payment
For example visa, paypal or google pay
Where do i send that or specify the one the client wants to use ?
With the paymentIntent ?
Yeah sure
I have to attach the id
Of the payment method
To the payment intent
And before that
i ahve to show all payment method
You can either enabled the payment methods on the Dashboard: https://dashboard.stripe.com/settings/payment_methods or when you create the PaymentIntent, you can pass those payment method types: https://docs.stripe.com/api/payment_intents/create#create_payment_intent-payment_method_types
from the customer
Are you meaning to show all payment methods that the customer already has saved?
You would need to build this by yourself
Yeah
No problem
I just wanted to know if its possible
Ive just understood the flow
Or, there might be some beta but you need to reach out to our support team : https://support.stripe.com/contact
Yeap!
You got it!
Happy to help!
Can you explain this ?
I mean
Is it crazy what im trying to do ?
Or something new ?
nope, it is a normal request.