Skip to content

Instantly share code, notes, and snippets.

@becca-bailey
Created August 2, 2017 19:40
Show Gist options
  • Save becca-bailey/653d8967f1e4642773c7b166e433826c to your computer and use it in GitHub Desktop.
Save becca-bailey/653d8967f1e4642773c7b166e433826c to your computer and use it in GitHub Desktop.
Sample initiate request
POST /account/initiate
{
"firstName": "John",
"lastName": "Smith",
"birthDate": "1975-02-28T00:00:00.000-00:00",
"gender": "M",
"taxId": "112223333",
"isSubjectToBackupWithholding": "false",
"isOptedInToBankCommunication": "true",
"isDocumentsAccepted": "true",
"addresses": [
{
"addressType": "Residence",
"addressLine1": "222333 Peachtree Place",
"city": "Atlanta",
"state": "GA",
"postalCode": "30318",
"country": "US",
"isActive": "true"
}
],
"phones": [
{
"phoneType": "Home",
"number": "7089278940",
"isActive": "true",
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment