Accept Payments with STRIPE! | How to EASILY use Stripe Checkout with Angular!

  Рет қаралды 6,255

Small Batch Devs

Small Batch Devs

Күн бұрын

Пікірлер: 41
@SmallBatchDevs
@SmallBatchDevs 3 жыл бұрын
What are you using Stripe to sell through your website? 💰
@marc-alainmuteba964
@marc-alainmuteba964 3 жыл бұрын
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
@SmallBatchDevs
@SmallBatchDevs 3 жыл бұрын
Nice! But what's not working for you?
@marc-alainmuteba1447
@marc-alainmuteba1447 3 жыл бұрын
@@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-alainmuteba964
@marc-alainmuteba964 3 жыл бұрын
@@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
@SmallBatchDevs
@SmallBatchDevs 3 жыл бұрын
Ah, looks like KZbin held them for review and then didn't notify us.. We'll restore them
@nilanjanpal09
@nilanjanpal09 3 жыл бұрын
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.
@SmallBatchDevs
@SmallBatchDevs 3 жыл бұрын
We're so glad we could help! Thanks for the feedback ☺️
@TheSssid
@TheSssid 3 жыл бұрын
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.r7639
@manimaran.r7639 3 жыл бұрын
Hi how to Also choose and use Google pay or apple pay pls
@milanmakesstuff7166
@milanmakesstuff7166 3 жыл бұрын
You guys are great!!! It feels like nobody cares about angular anymore. Can’t find any recent tutorials.
@SmallBatchDevs
@SmallBatchDevs 3 жыл бұрын
Thanks for watching 😊. We love Angular!
@qc4257
@qc4257 4 жыл бұрын
cool video. how did you change the donate button after successful stripe payment? is there github code for this? thanks.
@SmallBatchDevs
@SmallBatchDevs 4 жыл бұрын
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
@qc4257
@qc4257 4 жыл бұрын
@@SmallBatchDevs Thank you guys. Hope this channel will get bzillion subs soon!! :)
@selfmy60
@selfmy60 3 жыл бұрын
Great video... could you explain at 6:12, how are you getting that 'handler" and "context and callable context" text in the IDE. thanks.
@SmallBatchDevs
@SmallBatchDevs 3 жыл бұрын
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
@selfmy60
@selfmy60 3 жыл бұрын
@@SmallBatchDevs Thanks
@SmallBatchDevs
@SmallBatchDevs 3 жыл бұрын
You're welcome! Thanks for watching!
@vignote
@vignote 3 жыл бұрын
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
@SmallBatchDevs
@SmallBatchDevs 3 жыл бұрын
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! 😃
@ladanski
@ladanski 3 жыл бұрын
Seriously guys, I love your tutorials.Keep up the great work. Also, happy new year.
@SmallBatchDevs
@SmallBatchDevs 3 жыл бұрын
Thanks so much! We're glad to hear that! Happy New Year! 🥳
@ladanski
@ladanski 3 жыл бұрын
@@SmallBatchDevs I just gave your channel a shoutout on twitter. I hope you guys get more viewers. :)
@SmallBatchDevs
@SmallBatchDevs 3 жыл бұрын
Wow! Thank you so much!! That's awesome! 😄
@aganeto1
@aganeto1 4 жыл бұрын
Do you guys have any videos using .NET Core instead of Firebase Functions for Stripe checkout ? Thx
@SmallBatchDevs
@SmallBatchDevs 4 жыл бұрын
Hey! Unfortunately we don't have any .Net Core videos right now
@krzysztofbuczak1212
@krzysztofbuczak1212 Жыл бұрын
sub guys, you've nailed it!
@marc-alainmuteba964
@marc-alainmuteba964 3 жыл бұрын
7:50 Are we supposed to replace the "CHECKOUT_SESSION_ID" with anything?
@donaloconnell69
@donaloconnell69 3 жыл бұрын
Same question
@SmallBatchDevs
@SmallBatchDevs 3 жыл бұрын
Nope. You should leave it as you see it. See the documentation here stripe.com/docs/payments/checkout/custom-success-page
@marc-alainmuteba964
@marc-alainmuteba964 3 жыл бұрын
@@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
@Ashyflake
@Ashyflake 3 жыл бұрын
Hello! When I run the github code I get this error - Cannot find module 'firebase/app'
@SmallBatchDevs
@SmallBatchDevs 3 жыл бұрын
Hello! Make sure you run "npm install" before trying to run the app. Let us know if that fixes your error. Thanks for watching 🙂
@goodpeople5435
@goodpeople5435 3 жыл бұрын
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
@SmallBatchDevs
@SmallBatchDevs 3 жыл бұрын
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?
@goodpeople5435
@goodpeople5435 3 жыл бұрын
@@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
@SmallBatchDevs
@SmallBatchDevs 3 жыл бұрын
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!
How To Accept Payments With Stripe
23:05
Web Dev Simplified
Рет қаралды 282 М.
Amazing remote control#devil  #lilith #funny #shorts
00:30
Devil Lilith
Рет қаралды 16 МЛН
When Cucumbers Meet PVC Pipe The Results Are Wild! 🤭
00:44
Crafty Buddy
Рет қаралды 56 МЛН
What type of pedestrian are you?😄 #tiktok #elsarca
00:28
Elsa Arca
Рет қаралды 31 МЛН
Firebase Stripe Invoices Extension!
18:16
Small Batch Devs
Рет қаралды 1,7 М.
Accept an Apple Pay payment with Stripe.js
17:42
Stripe Developers
Рет қаралды 35 М.
Accept a card payment with Stripe.js
8:39
Stripe Developers
Рет қаралды 37 М.
OAuth 2.0 and OpenID Connect (in plain English)
1:02:17
OktaDev
Рет қаралды 1,8 МЛН
Set Up Subscription Payments with Stripe, Next.JS & Firebase! 🔥
17:57
Send user to Stripe checkout page from Angular Application
9:45
Learn Web Development And ACTUALLY Get A Job | Ultimate Guide
1:33:52
James Cross
Рет қаралды 1,5 МЛН
Stripe Billing - Get Paid for your SaaS
13:00
Fireship
Рет қаралды 66 М.
Amazing remote control#devil  #lilith #funny #shorts
00:30
Devil Lilith
Рет қаралды 16 МЛН