Hi, I've been tasked by a company in the British Virgin Islands (BVI) to implement PayPal into their existing checkout payment flow. This is my first time working with PayPal, and after implementing their REST API using MVC C#, I get an 401 Unauthorized error. Later I find out it's because the REST API is not available in BVI (currently only available in the US and UK). Is there any other way for me to implement PayPal for a company in BVI? Ideally it should be able to handle recurring payments, but single payments could also suffice. Thank you!
... View more