Paylinks .NET SDK

repository·dev·Indexed 23 days ago

https://github.com/essensoft/paylinks

A modern .NET SDK for integrating third-party payment providers, specifically Alipay and WeChat Pay. It supports cross-platform development, multi-merchant configurations, and is compatible with .NET 8.0, 9.0, and 10.0.

Tokens
249
Snippets
0
Records
4
Agent score
34%

What's inside Paylinks

  1. Overview of Paylinks SDK

    dev
    Paylinks is a modern .NET-based third-party payment SDK designed to simplify the integration of payment platforms. It supports cross-platform development and multi-merchant scenarios, specifically providing support for Alipay and WeChat Pay to enable rapid integration of payment functionalities.
  2. Configure Alipay and WeChat Pay client options

    dev

    To use the SDK, you must configure the specific client options for the payment provider you are integrating:

    • Alipay: Use AlipayClientOptions (defined in src/Essensoft.Paylinks.Alipay.Client/AlipayClientOptions.cs)
    • WeChat Pay: Use WeChatPayClientOptions (defined in src/Essensoft.Paylinks.WeChatPay.Client/WeChatPayClientOptions.cs)