Skip to content

Instantly share code, notes, and snippets.

View hmarr's full-sized avatar
✌️

Harry Marr hmarr

✌️
View GitHub Profile
@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));