| Item | Value |
|---|---|
| API Status | Recommended |
| Current Version | v2.0 |
| Backward Compatibility | Yes |
| Applicable Environment | Production |
| Applicable User Roles | PSP |
curl --location --request GET '/v2.0/crm/addressBook/getMerchant?participantCode&clientReference'{
"code": 200,
"msg": "success",
"data": {
"merchantInfo": {
"participantCode": "B0100106",
"applicationType": 1,
"merchantDetails": {
"personalDetails": {
"firstName": "John",
"middleName": "Michael",
"lastName": "Doe",
"dateOfBirth": "1980-01-15",
"nationality": "US",
"residentialAddress": {
"country": "US",
"state": "Minnesota",
"city": "Minneapolis",
"postcode": "55401",
"addressLine1": "123 Main Street",
"addressLine2": "Apt 4B"
},
"contactNumber": {
"countryCode": "US",
"phoneNumber": "(612) 555-1234"
},
"email": "john.doe@example.com",
"taxResidency": "US"
},
"additionalPersonalDetails": {
"occupation": "Software Engineer",
"purposesOfAccountOpening": [
"Wealth Products (cryptocurrency)",
"Others",
"POBO"
],
"sourceOfFunds": [
"Cryptocurrency Mining",
"Investments or Trading"
],
"sourceOfWealth": [
"Investments or Trading"
]
},
"supportingDocuments": [
{
"type": 12,
"fileId": "FILE_PROOF_OF_ID_001"
},
{
"type": 4,
"fileId": "FILE_PROOF_OF_ADDRESS_002"
}
]
},
"acceptedTnC": [
"X101"
],
"clientReference": "REF202604150004"
},
"merchantStatus": 1
}
}