Project

General

Profile

Task #1805

Updated by Muhammad Fahad 4 days ago

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

Back