Skip to main content
Tag

sdk

All blogs tagged with sdk

6
Articles
90,640
Total Views

Showing 6 of 6 articles

24
Apr
2026
Integrating CCAvenue Payment Gateway in ASP.NET Core Applications
5 views

This comprehensive guide will walk you through the integration of the CCAvenue payment gateway into your ASP.NET Core application. Understanding this integration is crucial for enabling secure and efficient online transactions, particularly for e-commerce platforms. Prior knowledge of ASP.NET Core and basic web application development will be beneficial.

10
Sep
2020
Implement Stripe Payment Gateway In ASP.NET
58,759 views

This tutorial demonstrates how to accept payments with Stripe Checkout in an ASP.NET application built with C# and Web Forms. The application uses Checkout to accept credit cards from the end user and send tokens to a back-end API. The back-end controller uses the Stripe .NET library to create a charge. There are four steps: Create the project and configure dependencies Create the payment Web Form Create a page to perform the charge Run the application

Translate Page