Skip to content

Instantly share code, notes, and snippets.

@adamwitko
Created March 31, 2015 09:34
Show Gist options
  • Save adamwitko/0475ea61168dfe85509a to your computer and use it in GitHub Desktop.
Save adamwitko/0475ea61168dfe85509a to your computer and use it in GitHub Desktop.
Account request example 1
{
"customer": {
"firstName": "Adam",
"lastName": "Witko"
},
"payment": {
"amount": 100,
"frequency": 2,
"date": "2015-05-05T23:59:59.120Z",
"bankAccount" : {
"number": "92827182",
"sortCode": "991122"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment