Skip to content

Instantly share code, notes, and snippets.

@becca-bailey
Created August 2, 2017 20:13
Show Gist options
  • Select an option

  • Save becca-bailey/a2afe2a3dd48370ab62d01e7c08978d4 to your computer and use it in GitHub Desktop.

Select an option

Save becca-bailey/a2afe2a3dd48370ab62d01e7c08978d4 to your computer and use it in GitHub Desktop.
Sample external account create request
POST /externalaccount/create
{
"customerId": 298991,
"routingNumber": 123456789,
"accountNumber": 123456789,
"firstName": "John",
"lastName": "Smith",
"type": "Checking"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment