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
Sagar Sharmamrhanji.hashnode.net·Jun 17, 2022How to Integrate Tap Payment in FlutterHi, I'm Sagar let me tell you about how can you integrate tap payment into your flutter application. Let's Start Step 1:- Add Dependency in pubspec.yaml flutter_tap_payment: ^0.0.4 Step 2:- Call TapPayment to Make a Payment Replace your test API...Discuss·13 likes·343 readsFlutter
Aman jainamanjain13.hashnode.net·Apr 13, 2023Discover Many Facets of Payment GatewaysPayment gateways are the bridge between a business, customers and payment processing companies ensuring secure and safe transactions. A payment gateway is a software used in e-commerce that enables merchants to accept various electronic payments, inc...Discusspayment gateway
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
Ayush Soniayushsoni1010.hashnode.net·Mar 23, 2023API Architectural StylesWhat are the API Architectural Styles? The diagram below shows the common API architectural styles at a glance. 🚀Let's take a closer look at the different architectural styles. 🤔How often do you know what architectural patterns are available?👀 🚀...DiscussAPIs
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
Kaushik ThakkarforLaravel Tips & Tutorials - KeyTech Blogdevkaushik.hashnode.net·Mar 17, 2023Step-by-Step Guide: How to Integrate PayPal into a LaravelIn this article, we will show you how to add PayPal as a payment option to your booking management application built in Laravel. By integrating PayPal, you can provide your customers with a secure and easy-to-use online payment option. We will walk y...Discuss·192 readsLaravelLaravel
Godtime Abeldontemple.hashnode.net·Feb 2, 2023A Comprehensive Guide on Middey ApplicationIf you're struggling with making payments, paying bills, or paying workers, there's a reliable fintech application called Middey that can help make your transactions easy and seamless. Allow me to guide you through the use of this application. Introd...Discusslogin
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
Asfand Rajaasfand687.hashnode.net·Feb 17, 2023Add Payments With Stripe using Node JsPayment integration into your web apps has always been a difficult task for me until I found Stripe's Charges API. In this article, we will discuss how we can leverage the Charges API to accept payments from users. Pre Requisites Understanding the ba...Discuss·41 readsstripe
Shivam Maggushivammaggu.hashnode.net·Feb 8, 2023Processing payments using Stripe SDK iOSAim Open the inbuilt Address and Payment Sheet of Stripe and start accepting payments from your customer. Minimum iOS Deployment Version 12.0 Stripe Frameworks Stripe (22.8.4) StripeApplePay (22.8.4) StripeCore (22.8.4) StripeUICore (22.8.4) Re...Discuss·101 readsstripe