Releases: shurjopay-plugins/sp-plugin-dotnet-web-form
Releases · shurjopay-plugins/sp-plugin-dotnet-web-form
Initial Release of the ShurjoPay .NET Web Form Plugin
v1.0.0 - Initial Release of the ShurjoPay .NET Web Form Plugin
Release Date: September 2024
Summary
We are excited to announce the initial release of the ShurjoPay .NET Web Form Plugin. This release simplifies the integration of the ShurjoPay payment gateway with your .NET Web Form applications, providing a seamless payment experience for your users.
Features
- Easy Integration:
- Integrate with ShurjoPay using just three simple method calls:
GetTokenAsync(),InitiatePaymentAsync(), andVerifyPaymentAsync().
- Integrate with ShurjoPay using just three simple method calls:
- Payment Request Handling:
- Automatically handles HTTP requests, error management, JSON serialization, and deserialization.
- Secure Transactions:
- Ensures secure payment processing with built-in authentication during checkout and payment verification.
- Configuration Flexibility:
- Easily configure your ShurjoPay settings directly in your
web.configfile.
- Easily configure your ShurjoPay settings directly in your
Installation & Usage
- Clone or Download: Clone the repository or download the release.
- Add Plugin to Project: Use the
shurjoPay Plugin Folderto install the plugin into your project environment. - Configuration: Update the
web.configfile with your ShurjoPay credentials and endpoint settings. - Implement Payment:
- Create and configure your payment request object with customer details and payment information.
- Initiate the payment using
InitiatePaymentAsync(paymentDetails)and redirect to the ShurjoPay checkout URL. - Verify the payment after the transaction using
VerifyPaymentAsync(orderId).
References
- .Net Web Form Example Application: Example usage of the .NET Web Form plugin.
- Sample Projects: Explore sample applications in different languages and frameworks.
- ShurjoPay Postman Collection: Review the request and response flow in the sandbox environment.
- ShurjoPay Plugins: Visit the ShurjoPay plugins home page on GitHub.
Contributors
- Wali Mosnad Ayshik - Software Developer
License
This project is licensed under the MIT License.
Contact
For more details or support, please contact the ShurjoPay team.