简体   繁体   中英

Where can I find PayPal API documentation for C#?

I can get PAYPAL API documentation that allows people on my site to pay through PAYPAL C#

This is only an example...

curl -v -X POST https://api.sandbox.paypal.com/v1/payments/payment \

v1/payments is older, there is a newer v2/orders API you should check out instead

Your question is rather short on details, but there is a .NET v2 Checkout SDK available here: https://developer.paypal.com/docs/api/rest-sdks/

The front end would look like this: https://developer.paypal.com/demo/checkout/#/pattern/server , which does fetch( XHR calls to a server to set up and capture a transaction

More information on the server-side portion of the integration: https://developer.paypal.com/docs/checkout/reference/server-integration/setup-sdk/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM