Created
March 31, 2015 09:34
-
-
Save adamwitko/0475ea61168dfe85509a to your computer and use it in GitHub Desktop.
Account request example 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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