Created
November 7, 2025 15:09
-
-
Save michealgabriel/dff987282f259af11880cff41ba0529e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "appName": "Olowos Loan App", | |
| "theme": { | |
| "primaryColor": "#FF5722", | |
| "secondaryColor": "#4CAF50" | |
| }, | |
| "assets": { | |
| "logo": "https://placehold.co/200x200.png", | |
| "splashScreen": "https://placehold.co/400x800.png" | |
| }, | |
| "features": { | |
| "enableCreditScore": true, | |
| "enableDocumentUpload": false, | |
| "paymentIntegrations": ["paystack", "flutterwave"] | |
| }, | |
| "kycFields": [ | |
| { "name": "full_name", "label": "Full Name", "type": "text", "required": true }, | |
| { "name": "national_id", "label": "National ID", "type": "text", "required": true }, | |
| { "name": "proof_of_address", "label": "Proof of Address", "type": "file", "required": false } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment