Task #1805
openEpic #1799: Finance Module API Integration (End-to-End)
User Story #1800: Bridge Api Intregration
Integrate KYC Status & Customer Details APIs in Finance Module
0%
Description
Scope of Work:
Integrate KYC status API
Integrate customer details API
Map KYC response to UI state
Handle customer profile data
Connect KYC flow with customer lifecycle
🛠️ Tasks:
Create API service for KYC Status
Create API service for Customer Details
Pass dynamic username & customer_id
Parse KYC response (status, links, customer_id)
Parse customer details response
Map endorsements & capabilities
Handle empty/missing data
Implement error handling
Add logging for debugging
Integrate APIs into KYC screen UI
✅ Acceptance Criteria:
KYC status API returns correct data
KYC link & TOS link handled correctly
Customer details API integrated successfully
UI reflects correct KYC states:
Not Started
Pending
Approved
Rejected
Endorsements and capabilities displayed correctly
Errors handled gracefully