#Ayberk
1 messages ยท Page 1 of 1 (latest)
๐ Hi there, Happy to help!
Could you provide more details about your issue ?
Hi
This is my project's stripe codes.
my paymentIntent has a status parameters can be succeded
but when i purchase to something, the status parameters is going to 'requires_source'
Why is like this and how can i fix that could you help me about it?
Thanks for sharing your code, let me check it quickly
In your code, you are creating a PaymentIntent, without attempting to charge using it
I see you are working with Firebase, I invite your first off all to take a look at this guide:
https://stripe.com/docs/checkout/quickstart
Then take a look at Stripe Firebase extension
https://extensions.dev/extensions/stripe/firestore-stripe-payments
And follow the steps in order to set it up
lemme understand and thank you just wait a min please
basicly what is missing in my code
only charge?
and should i create a new set up or revised that?
i dont have experience about nodejs and stripe if you have, can help to me its gonna be perfect for me
I invite you to start with this simple Quick Start then, this is fully working simple project
https://stripe.com/docs/payments/quickstart?platform=web&client=html&lang=node
Feel free to change the language/framework you're most familiar with
okey i'll try and last question for me, when i take a look to your second link i can see success session link and decline link how can i find this anythink you know about thaT?
Those are your domain based Url, that redirects customers back to your website once they completed the payment
This could be a good start to understand Stripe Checkout Session Lifecycle:
https://stripe.com/docs/payments/checkout/how-checkout-works#lifecycle
but im using this stripe in my mobile application i dont have a domain based url or smth
You can use Deeplinks instead of web domaines
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!
Nothing for now im just inspecting the documents. Thank you if i need to help i can typed again.