v1
latestOpenAPI 3.0.0All rights reserved2026-07-2439128156.3 KBCreate Account
Creates an Account.
In circumstances where you fail to receive an accountID from us, you can do a retrieve via referenceID. (Allowed only up to 24 hours after original request)
Path parameters
22-character <glossary:ClientID>. <br> Note: <glossary:SubClientID> will create accountIDs at the same Client level. This is not recommended if you cannot share SubClient and Client accountIDs at the same level.
Query parameters
Use to disallow account creation if an account with card already exists
Incompatible with query string OKToAddDuplicateCard. All requests must use RejectDuplicateCard or OKToAddDuplicateCard if using Duplicate Card Check. Use is allowed if <glossary:Version> is v1 (not v2)
Use to allow account creation if an account with card already exists
Incompatible with query string RejectDuplicateCard. All requests must use OKToAddDuplicateCard or RejectDuplicateCard if using Duplicate Card Check. Use is allowed if <glossary:Version> is v1 (not v2)
Request body
Example request
{
"bank": {
"accountType": "C"
},
"owner": {
"address": {
"country": "840"
},
"phone": {
"countryCode": "1",
"number": "5555555555"
}
}
}Response
An Account is Created.