Create CustomerAsk AIpost http://localhost:8080/v0/customers/createBody ParamsaddressobjectrequiredCustomer's addressaddress objectcustomDataobjectCustom data associated with customercustomData objectcustomerDetailsobjectrequiredPersonal details of a customercustomerDetails objectcustomerTierstringenumrequiredCustomer tier, will be STANDARD unless additional tiers have been agreed as part of the product offering. Possible values: FOUNDER STANDARD PREMIUM FOUNDERSTANDARDPREMIUMAllowed:FOUNDERSTANDARDPREMIUMemailstringrequiredlength ≥ 1Email address of the CustomerexternalCustomerIdstringlength between 0 and 64Only applicable to Clients using their own Auth solution. This value will be included in the subject on the token which in turn will be used by Shaype to represent the customer Id on the external system. Max length is 64 characters.idempotencyKeyuuidrequiredUnique value (UUID) used to identify this request and used to recognise any subsequent retriesidentityDocumentCardNumberstringIdentity document card number. Between 6 to 10 characters which can be either just numeric or alphanumeric characters based on the state. Should be specified for Driver's Licenses that provide it.identityDocumentIssuingCountrystringOptional three-letter ISO country code of the customer's identity document issuing country.identityDocumentNumberstringNumber of the Customer's identity document (if supplied)identityDocumentRegionstringIdentity document region, one of: NSW, QLD, SA, TAS, VIC, WA, ACT, NT. (uppercase only) Should be specified for Driver's Licenses.identityDocumentTypestringenumType of Customer's identity document (if supplied). Possible values: DRIVING_LICENSE PASSPORT DRIVING_LICENSEPASSPORTAllowed:DRIVING_LICENSEPASSPORTidentityVerificationCaseIduuidOptional Identity Verification ID for the identity checkjourneyIduuiddeprecatedDeprecated: Please do not use this field for customer creation, please refer to identityVerificationCaseIdonlySanctionsCheckbooleanApplicable only to clients using our Sanctions-Check-Only KYC functionality. Used to only perform sanctions check on the Customer as part of KYC checks. This flag cannot be used at the same time as skipKyc.truefalsephoneNumberobjectrequiredPhone number of the CustomerphoneNumber objectskipKycbooleanOnly applicable to Clients using Shaype KYC solution. Used to bypass KYC checks for the Customer. Must only set as 'true' in agreed scenarios (i.e. permission to generate a dummy / test account has been granted). This flag cannot be used at the same time as onlySanctionsCheck.truefalsetaxObligationsarray of objectsCaptures any foreign (outside Australia) tax obligations for the CustomertaxObligationsADD objectResponses 200Success 400Bad Request 403Forbidden 422Unprocessable Entity 500Internal Server Error 501Not ImplementedUpdated 10 months ago