Get Profile Information
Loading...
API endpoint path: /bankingservices/v2/fis/{fiId}/fiCustomers/{fiCustomerId}
Retrieves digital banking profile information for a customer. This endpoint provides comprehensive customer data from the Digital Banking system.
Requires V1 OAuth Token
Data Retrieved:
- Contact information (name, phone, email)
- User credentials (login ID, member number)
- User status (Active, On Hold, Locked, etc.)
- Product information (Digital Banking, Mobile, Bill Pay)
- Channel login information and status
Customer ID Types:
Use the fiCustomerIdType query parameter to specify the ID type:
GUID(default) - Internal system IDMEMNUMBER- Financial institution's core system IDLOGINID- Customer's digital banking login IDHOSTID- Host system identifier
Request
Responses
- 200
- 400
- 401
- 404
- 500
- 503
OK
Bad Request if fiCustomerIdType is provided other than the allowable Id types
Unauthorized Access
FICustomer does not exists in the Informix database with the given customer Id
Internal server error due to Null pointer issues/Infomix DB configuration/availability/FI level configurations/Coherence cache availability issues
Circuit breaker (for DB) open or (if throttling is enabled) throttle limit reached