Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.14 KB

Customer.md

File metadata and controls

28 lines (21 loc) · 1.14 KB

Customer

Properties

Name Type Required Description Examples
type string ☑️
referenceId string ☑️ Merchant's reference of this end customer, eg Merchant's user's id. Must be unique.
individualDetail IndividualDetail ☑️
businessDetail BusinessDetail ☑️
description string ☑️
email string ☑️
mobileNumber string ☑️
phoneNumber string ☑️
addresses Address[] ☑️
identityAccounts IdentityAccountResponse[] ☑️
kycDocuments KYCDocumentResponse[] ☑️
metadata object ☑️
status EndCustomerStatus
id string ☑️
created Date ☑️
updated Date ☑️

[Back to README]