update version
Language:C# Releass ^2.1.20 Copyright:Ant financial services group
## Documentation Please see the API docs for the most up-to-date documentation.
## Documentation
You need the following Integration information before starting:
clientId=your_client_id_here privateKey=your_private_key_here alipayPublicKey=your_public_key_here gatewayUrl=the_alipay_gateway_endpoint
Please see the developer docs for help with getting the above information.
see ./ams-dotnet/src/example/Program.cs for more demo usage.
./ams-dotnet/src/example/Program.cs
Create optimal payment experiences for your customers by following these best practices for integrations.
We provide an API mocking tool(currently in BETA version) for you to easily test exceptional cases.
Below are some of the default out-of-box mocking rules that basically use the payment amount value to identify the desired mock response:
To use this mocking tool:
Pass all the acceptance test cases in the Alipay Developer Center to ensure a high quality integration. Especially, test exceptions by using test cases.
If you have any question or feedbacks regarding this sdk, please contact us at sandbox_service@alibaba-inc.com.
For other tech integration related issues, please reach us through overseas_support@service.alibaba.com.
See Digital signature for details about the signature algorithm used for data transmission.
./ams-dotnet/src/com/alipay/ams/util/SignatureUtil.cs provides static utility methods that you can directly use.
./ams-dotnet/src/com/alipay/ams/util/SignatureUtil.cs
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Alipay AMS(Alipay Merchant Services) C# Bindings
## DocumentationPlease see the API docs for the most up-to-date documentation.Usage
Preparing
You need the following Integration information before starting:
Please see the developer docs for help with getting the above information.
see
./ams-dotnet/src/example/Program.csfor more demo usage.Advanced Topic
Integration Best Practice
Create optimal payment experiences for your customers by following these best practices for integrations.
Using API Mock
We provide an API mocking tool(currently in BETA version) for you to easily test exceptional cases.
Below are some of the default out-of-box mocking rules that basically use the payment amount value to identify the desired mock response:
To use this mocking tool:
Acceptance testing
Pass all the acceptance test cases in the Alipay Developer Center to ensure a high quality integration. Especially, test exceptions by using test cases.
To get help
If you have any question or feedbacks regarding this sdk, please contact us at sandbox_service@alibaba-inc.com.
For other tech integration related issues, please reach us through overseas_support@service.alibaba.com.
FAQ
What if I only need to use the digital signature feature ?
See Digital signature for details about the signature algorithm used for data transmission.
./ams-dotnet/src/com/alipay/ams/util/SignatureUtil.csprovides static utility methods that you can directly use.Change history