diff --git a/app/api/services/eligibility_check.py b/app/api/services/eligibility_check.py index 5301d76..0d3953a 100644 --- a/app/api/services/eligibility_check.py +++ b/app/api/services/eligibility_check.py @@ -76,6 +76,26 @@ class EligibilityCheckService(BaseService): # Handle this error response # 2025-05-29 16:23:18,685 - INFO - This is Response (Eligibility Check): {'data': None, 'responseCode': '04', 'responseMessage': 'Error!, Invalid Account Id or Customer Id supplied'} + # { + # "data": { + # "customerId": "244011885", + # "accountId": "TE45702360", + # "transactionId": "250526144645534567CC3B01", + # "racResponse": { + # "hasSalaryAccount": true, + # "bvnValidated": true, + # "crmsCheck": true, + # "creditBureauCheck": true, + # "hasPastDueLoan": true, + # "hasLien": true, + # "accountStatus": true, + # "noBouncedCheck": true, + # "isWhitelisted": true + # } + # }, + # "responseCode": "00", + # "responseMessage": "Operation Successful" + # } rac_check = RACCheck.add_rac_check( customer_id = customer_id,