What are you using Stripe to sell through your website? 💰
@marc-alainmuteba9643 жыл бұрын
I am trying to use it to enable the donation online for my church... but I have tried it all and haven't got any results, still not working for me Thanks for the help though
@SmallBatchDevs3 жыл бұрын
Nice! But what's not working for you?
@marc-alainmuteba14473 жыл бұрын
@@SmallBatchDevs After following through the tutorial video that you have well put together, I keep on hitting a Cors policy issue I can't seem to figure how to add to the cloud function.. then I keep on getting us-central1-undefined.cloudfunctions.net/createCheckoutSession error... When this works, Imma throw a party because it really been a pain. Thank you though!
@marc-alainmuteba9643 жыл бұрын
@@SmallBatchDevs seems like my replies are disappearing ... I asked a few questions but every time I return to look at your response, the original reply is no longer there
@SmallBatchDevs3 жыл бұрын
Ah, looks like KZbin held them for review and then didn't notify us.. We'll restore them
@nilanjanpal093 жыл бұрын
There are lots of video on integration of angular and stripe but 99% of them are half baked. After watching your video I got to understand what I was missing out. Thanks for sharing the knowledge.
@SmallBatchDevs3 жыл бұрын
We're so glad we could help! Thanks for the feedback ☺️
@TheSssid3 жыл бұрын
nice tutorial, i got stuck in secret key in which page in angular i would impliment so that i would receive live client payment?
@manimaran.r76393 жыл бұрын
Hi how to Also choose and use Google pay or apple pay pls
@milanmakesstuff71663 жыл бұрын
You guys are great!!! It feels like nobody cares about angular anymore. Can’t find any recent tutorials.
@SmallBatchDevs3 жыл бұрын
Thanks for watching 😊. We love Angular!
@qc42574 жыл бұрын
cool video. how did you change the donate button after successful stripe payment? is there github code for this? thanks.
@SmallBatchDevs4 жыл бұрын
Hey! If you're wanting to change the text to "Thank You" or something similar, you can send back a query string param on the success_url from the stripe checkout config in the cloud function. Then in your client code you'll need to look for this query string and change the donate text accordingly. If you're wanting to hide the donate button altogether you could do the same as above but it'll only work for the redirection after successful payment. If they navigate away from your site then back to it, the donate button will come back up. If you want to hide it permanently for that user, you'll need to track that user by having them create some sort of account. The github is here: github.com/smallbatchdevs/27_stripe_checkout
@qc42574 жыл бұрын
@@SmallBatchDevs Thank you guys. Hope this channel will get bzillion subs soon!! :)
@selfmy603 жыл бұрын
Great video... could you explain at 6:12, how are you getting that 'handler" and "context and callable context" text in the IDE. thanks.
@SmallBatchDevs3 жыл бұрын
Hey! That's a feature of the Intellij Webstorm IDE. It'll show the parameter names of methods if it's not obvious what they are. Check it out here: www.jetbrains.com/help/webstorm/viewing-method-parameter-information.html
@selfmy603 жыл бұрын
@@SmallBatchDevs Thanks
@SmallBatchDevs3 жыл бұрын
You're welcome! Thanks for watching!
@vignote3 жыл бұрын
Thanks again for your videos. A great help. I'm trying to develop a marketplace with onboarding payments and, although it is a little different, all your videos are a great help to develop my proyect
@SmallBatchDevs3 жыл бұрын
That's awesome! We love hearing what people are building and how our videos can help. Thanks for watching and please keep us updated on your app! 😃
@ladanski3 жыл бұрын
Seriously guys, I love your tutorials.Keep up the great work. Also, happy new year.
@SmallBatchDevs3 жыл бұрын
Thanks so much! We're glad to hear that! Happy New Year! 🥳
@ladanski3 жыл бұрын
@@SmallBatchDevs I just gave your channel a shoutout on twitter. I hope you guys get more viewers. :)
@SmallBatchDevs3 жыл бұрын
Wow! Thank you so much!! That's awesome! 😄
@aganeto14 жыл бұрын
Do you guys have any videos using .NET Core instead of Firebase Functions for Stripe checkout ? Thx
@SmallBatchDevs4 жыл бұрын
Hey! Unfortunately we don't have any .Net Core videos right now
@krzysztofbuczak1212 Жыл бұрын
sub guys, you've nailed it!
@marc-alainmuteba9643 жыл бұрын
7:50 Are we supposed to replace the "CHECKOUT_SESSION_ID" with anything?
@donaloconnell693 жыл бұрын
Same question
@SmallBatchDevs3 жыл бұрын
Nope. You should leave it as you see it. See the documentation here stripe.com/docs/payments/checkout/custom-success-page
@marc-alainmuteba9643 жыл бұрын
@@SmallBatchDevs Thank you so much for what you guys are doing.. I think my comment should have started with that... I have got most of it working, only when I click on the donate button, I am receiving some cors errors... That's the piece I am investigating now... Y'all have helped a lot so far
@Ashyflake3 жыл бұрын
Hello! When I run the github code I get this error - Cannot find module 'firebase/app'
@SmallBatchDevs3 жыл бұрын
Hello! Make sure you run "npm install" before trying to run the app. Let us know if that fixes your error. Thanks for watching 🙂
@goodpeople54353 жыл бұрын
Not a good video and MOST CERTAINLY not easy (at all). You need high-level coding experience to do this - THERE ARE MUCH EASIER WAYS
@SmallBatchDevs3 жыл бұрын
Hi Good People! We are sorry you feel that way. Is there something specific that you didn’t understand or need help with? Also we are sure there are much easier ways but this is one way to integrate with stripe! What other ways would you suggest?
@goodpeople54353 жыл бұрын
@@SmallBatchDevs The way that people are actually looking for is the one where a button is placed on their site and they are directed to the product created on Stripe. That's what folks are really searching for
@SmallBatchDevs3 жыл бұрын
Hmm.. We're not sure what you're referring to. The most straight forward way we've found setting up payments is what we show in the video, also outlined here: stripe.com/docs/checkout/integration-builder Do you have a link you can send us for an easier way? We'd love to learn about it!