This follows on from the second part of my guide to creating a donation from through SKY API…
The source code for this and the other parts of this series is available on Github.
In this part we are going to actually doing something with the donor details and their credit card.
We are using .NET on our server. You could use any language to do this but I am mostly familiar with working with .NET. I am going to assume here that you are either familiar with .NET or you are able to translate the concepts into your own language.
I created a new project in Visual Studio 2017. I chose an ASP.NET Web Application and selected the WebAPI option without authentication. I added a new controller to my project – “Web API 2 Controller – Empty” called DonationController.