Simple PHP Stripe Checkout - Securely Accept One-Time Card Payments in your PHP Project

preview_player
Показать описание
In this short PHP project, you'll learn how to securely accept one-time payments in your PHP web application, using the Stripe payment processing platform. All source code shown is free to download.

Please consider supporting my channel:

Code shown in the video:

Links shown in the video:

00:00 Introduction
00:59 Install Stripe PHP package
01:28 Use Stripe PHP package
05:28 Redirect to payment page
05:54 Demo payment
07:40 Optional settings
09:10 Available payment methods
09:25 Sample card numbers
10:08 Summary

#PHP #stripe #project #ecommerce
Рекомендации по теме
Комментарии
Автор

What other third-party integrations would you like to see a video on?

dave-hollingworth
Автор

Excellent - after 2 days of trying to figure out the Stripe documentation, I found this - which makes it all look so easy. Thanks

philjones
Автор

Dave, I want to thank you for being very precise in your explanation. I love the way you narrate your content and provide as much value as you can in the most efficient way possible.

brtbstn
Автор

Thank you Sir! Short and precise tutorial. I got tired of WordPress plugins trying to charge me for pro features just to integrate simple payment gateway. I had experience with php script. Im glad to find this tutorial. God bless you

binihalex
Автор

By far the best simple explanation - awesome! -te

theresaemmons
Автор

Awesomely simple yet effective as usual! Thanks

joel-rgxm
Автор

Excellent video Dave, brilliantly clear and well explained.

jasonhughes
Автор

Very simple and helpful. Much love from Jamaica!

senju
Автор

You are explaining everything very well 👌

birsingh
Автор

Thanks as always, Dave, much appreciated.

alan-overthenet
Автор

Amazing, quick and straight forward!! Do you have a video where you sow how to pass the amount values from another page?

thecodeslayer
Автор

Thank you so much, sir
You're a life saver.

alaaamer
Автор

2:22 can you please provide the video link for this?
also, you explained everything very well! im still not familiar with a lot of concepts mentioned but i still managed to understand this! thank you very much!

WATAMELON
Автор

Can you make simlar video for paypal checkout? Pls 😊

user
Автор

I actually just went through all this last week. I basically implemented everything as you did here exactly, with a few additions. I used a custom field to capture the users full name (only name on card is requited at Stripe), and I grab the checkout session object on the thankyou page to display what they bought/paid etc, and send them a basic invoice email using it... I'll eventually move that to a webhook but this was a bit quicker.
How about a Stripe webhook tut to go with this though? Seems a little tricky to set up testing with the stripe cli tool.

Dev-sfpz
Автор

is it hard to improve a webhook or something to fire the information succeced to any BD??? how i get the purchased info to add a row in my BD?

Pulparx
Автор

Excellent tutorial! Can you make one about storing client’s data for automated payments so they don’t have to enter details all the time? Cheers

fxsurgeon
Автор

can you make tutorial ecommerece php mysql and paymongo that capture the information of customer and send on paymongo api payment

robipastores
Автор

if we have more then one products then how to change the total amount dynamically. please reply me.

waqarahmad
Автор

Could you please make a video on creating simple SAAS integrated with stripe recurring payments

HimasRafeek