How to Integrate Paystack Payment Gateway in Laravel 10 - Part 1

Category: Laravel
Updated on: 21 Oct, 2024
In this tutorial, I will show how to integrate paystack payment method with Laravel. I will first create an account in paystack in order to get the API credential.

First, go to the official paystack website:
In the right top, you will get an option "Create free account". Click on that button.
Now fill up the form with the information. As a country, you can select Nigeria or any of other 3 countries. There are total 4 countries in the list.
A verification link is sent to your email. Just verify it. Then login to paystack with the email and password.

You will be taken to the profile section after first time login. So fill up the information there.
Go to "Settings" from the bottom left section and go to "API Keys & Webhooks" tab.

You will get here public key and secrent key that you will need to integrate the API with your application.
Public Key: pk_test_e8d220b7463d64569f0053e78534f38e6b10cf4a
Secret Key: sk_test_6d62cb976e1e0ab43f1e48b2934b0dfc7f32a1fe

See Full Tutorial on YouTube

If you want to see the full functionality in live, you can see my video on youtube.

Download Source Code

Please give your email address. We will send you the source code on your email.