C# Libraries

Accepting credit card payments with C#

The following example uses PinPayments Library by Christian Payne:

PinService ps = new PinService("your-secret-api-key");

ps.Charge(new PostCharge {
  Email       = "customer@email.com",
  Description = "Widgets",
  Amount      = 4999,
  Currency    = "USD",
  CardToken   = "card_nytGw7koRg23EEp9NTmz9w",
  IPAddress   = "1.2.3.4"
});

C# libraries compatible with Pin Payments:

Pin Payments acknowledges the Traditional Owners and Custodians of the Country throughout Australia and recognises their continuing connection to land, water and community.
We pay our respects to Aboriginal and Torres Strait Islander cultures, and to Elders past and present.