Skip to content

Instantly share code, notes, and snippets.

@hmarr
hmarr / gocardless.cs
Created September 17, 2012 13:08
GoCardless Client Libraries
GoCardless.AccountDetails = new AccountDetails {
AppId = "APP123",
AppSecret = "S3CR3T",
Token = "ACCESSTOKEN123 manage_merchant:MERCHANT123"
};
GoCardless.Connect.NewBillUrl(new BillRequest("MERCHANT123", 30m));