I need to write C# code to process delayed PayPal chained adaptive payments. After reading their 293 page PDF twice, I am totally bewildered at where to start. So much explanation from a top level but nothing from down under. Does anyone know how to do this start to finish who can point me to a resource, an outline of steps or just pray for me?
0
votes
2 Answers
0
votes
Adapt https://github.com/paypal/codesamples-dotnet/blob/master/AdaptivePayments/PaySample.cs to pass action = PAY_PRIMARY
0
votes
There's quite a bit to the PayPal Adaptive Payments API but I found a really, really good head start by downloading this C# example solution: Paypal adaptive payments using .NET (C#)
Anyone struggling should find solice there.