I use PayPal for once off and recurring payments. The once off payments were relatively easy to implement using the PayPalCheckoutSdk.
However, when it comes to making recurring payments, PayPal's docs all refer to v1, whereas for the Orders (one off payments) API, it's v2.
Searching nuget, google and PayPal's own git repository doesn't seem to have much in the way of finding an sdk for recurring payments and their API examples are only in Bash for some strange reason.
Does anyone know if PayPal is planning to release an Orders sdk? Or if it's safe to use the old deprecated version?