Princewill Inyangwillingly.hashnode.net·Mar 4, 2023Integrating Paystack payment gateway into the Django projectIntroduction Merchants use payment gateways, a technology that enables them to accept credit or debit card payments from customers. This term encompasses the physical card-reading devices found in material and offline retail stores and the payment pr...Discuss·17 likes·173 readspayment gateway
Princewill Inyangwillingly.hashnode.net·Mar 4, 2023Integrating Paystack payment gateway into the Django projectUpon finishing this part, you'd have successfully set up a webhook functionality that allows event-driven communication between the Django application started in part one(1) and the Paystack server. This functionality will enable us to receive notifi...Discuss·16 likes·82 readsPython
Kelvin Mosesiamkelv.hashnode.net·Apr 24, 2023Simplify Payment Processing on Your React App with Paystack Integration in 3 minsReact is a popular JavaScript library used to build user interfaces. One common requirement for many React apps is the ability to process payments. Fortunately, there are many payment gateway options available for React apps, and one of the most popu...Discuss·11 likes·66 readsTutorialspaystack
Kelvin Mosesiamkelv.hashnode.net·Apr 24, 2023Simplify Payment Processing on Your React App with Paystack Integration in 3 minsReact is a popular JavaScript library used to build user interfaces. One common requirement for many React apps is the ability to process payments. Fortunately, there are many payment gateway options available for React apps, and one of the most popu...Discuss·11 likes·66 readsTutorialspaystack
Eric Hackmankwesihackman.hashnode.net·Apr 14, 2023Integrating Paystack Payment Gateway into a React AppPaystack is a popular payment gateway that allows businesses to accept payments online in Nigeria, Ghana and several other African countries. Integrating Paystack into a React app can seem daunting at first, but it's actually quite straightforward. I...Discuss·9 likes·54 readsJavaScript
Yahaya Yusufomolluabii.hashnode.net·Mar 30, 2023Part 2: Testing the Paystack Integration Using PostmanThis is a follow-up article to Part 1, which guided Paystack payment gateway integration. It is going to be a very short and straightforward guide. We are going to be using Postman to test our endpoint. This article will definitely not make sense if ...Discuss·29 readsTesting
Yahaya Yusufomolluabii.hashnode.net·Mar 23, 2023Integrate Paystack Payment Gateway using Spring BootInstead of having to create the wheel from scratch, which is a lot of work, using third-party APIs to collect payment makes accepting payment from consumers simple. In this article, we will mostly be focusing on Paystack. I'll walk you through the pr...Discuss·1 like·30 readspayment gateway
Princewill Inyangwillingly.hashnode.net·Mar 4, 2023Integrating Paystack payment gateway into the Django projectUpon finishing this part, you'd have successfully set up a webhook functionality that allows event-driven communication between the Django application started in part one(1) and the Paystack server. This functionality will enable us to receive notifi...Discuss·16 likes·82 readsPython
Princewill Inyangwillingly.hashnode.net·Mar 4, 2023Integrating Paystack payment gateway into the Django projectIntroduction Merchants use payment gateways, a technology that enables them to accept credit or debit card payments from customers. This term encompasses the physical card-reading devices found in material and offline retail stores and the payment pr...Discuss·17 likes·173 readspayment gateway
Justice kachiforWelcome to JUSTICE.JShowtolovejs.hashnode.net·Jan 24, 2023Quick Guide On How To Integrate Paystack Payments API Into A Website Using NextjsThis technical article provides a step-by-step procedure for integrating the Paystack payment API into a NextJs-powered website. In this article, we are going to utilize Paystack’s pop-up display payments feature. However, there are additional featur...Discuss·101 readspaystack
Mubarak Muhammad Aminuformubaraktech.hashnode.net·Jan 12, 2023How to Consume PayStack APIs in a NodeJs/Typescript backendThere has been a lot of talk about typescript and the benefit it provides from what javascript has to offer. Well, Typescript is a superset of Javascript, which means whatever feature Javascript has, Typescript has it. Typescript gives us type safety...Discuss·119 readsTypeScript
Emmanuel Ifeanyi MECHIEemmanuelbyte.hashnode.net·Jan 6, 2023WebHook Testing With NgrokWhat is WebHook? Webhooks are a way for one application to send automated messages or information to another application when a certain event occurs. For example, you might set up a webhook so that when someone completes making a payment in paystack/...Discuss·77 readswebhooks
Fatuma Abdullahihijabicoder.hashnode.net·Dec 6, 2022Accept Payments For Your African-Based Business Using Supabase Edge Functions and PaystackWhat are Supabase Edge Functions? Supabase Edge Functions refer to code that is serverless and is globally deployed. This means that the logic within the code is closer to your users and faster. The Edge Functions run Typescript on Deno. Supabase Edg...Discuss·5 likes·261 readssupabase