Retrieve details on customer wallet by attribute type and value
GET/v2/customer-persons/:attributeType/:attributeValue
Retrieves a customer's information using an attribute field to perform the search.
Possible attribute types are EMAIL
and MOBILE
.
By default limited information is returned in the response. Use include parameter to add additional information such as:
ACCOUNTS
- Includes account balance information for the customer, such as currency and current balance.RESTRICTIONS
- Provides details about any restrictions applied to the customer, including reasons and required actions.ADDRESS
- Adds the customer's address information, including city, state, postal code, and country.CONTACTINFO
- Includes the customer's contact details, such as email and mobile phone number.INCOMPLETE_ONBOARDING_ATTRIBUTES
- Lists not completed attributes required for full customer onboarding.PREFERENCES
- Includes user-defined preferences related to data consent and marketing communication.SERVICE_LEVEL
- Provides the customer's service level information.KYC_INFO
- Adds KYC verification details, such as document type and document name.
Request
Responses
- 200
- 400
- 403
- 404
- 500
- 503
OK
Bad Request
Forbidden
Not Found
Internal Server Error
Service Unavailable