Skip to content

Releases: shurjopay-plugins/sp-plugin-dotnet-web-form

Initial Release of the ShurjoPay .NET Web Form Plugin

02 Sep 11:36

Choose a tag to compare

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(), and VerifyPaymentAsync().
  • 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.config file.

Installation & Usage

  1. Clone or Download: Clone the repository or download the release.
  2. Add Plugin to Project: Use the shurjoPay Plugin Folder to install the plugin into your project environment.
  3. Configuration: Update the web.config file with your ShurjoPay credentials and endpoint settings.
  4. 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

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.