This has been asked a couple of times but I still haven't figured out how to make it work on the .NET SDK https://github.com/paypal/PayPal-NET-SDK:
After calling
payment.Create(apiContext)
I sucessfully get back response with a populated createdTime,PayID,links,etc.
Now when I log into paypal sandbox with the buyer/seller test accounts. I'm not able to see the transaction
This popular question points to calling DoExpressCheckoutPayment
to resolve this issue. After doing some research in how I could call DoExpressCheckoutPayment
this with .NET SDK, the only way I found was using a previous version of the SDK (https://github.com/paypal/merchant-sdk-dotnet) which is marked as deprecated
I'm kind of lost trying to figure out something that shouldn't be so difficult I followed the example here and I belive that it should work without any additional thing