Skip to content

Instantly share code, notes, and snippets.

@michealgabriel
Last active November 19, 2025 12:41
Show Gist options
  • Select an option

  • Save michealgabriel/dff987282f259af11880cff41ba0529e to your computer and use it in GitHub Desktop.

Select an option

Save michealgabriel/dff987282f259af11880cff41ba0529e to your computer and use it in GitHub Desktop.
{
"appName": "Olowo Loan App",
"bundleId": "com.testcompany.olowoloanapp",
"distinguishedName": {
"commonName": "Olowo Loan App",
"organization": "Olowo Inc",
"organizationalUnit": "Mobile Development",
"city": "Lagos",
"state": "Lagos",
"countryCode": "NG"
},
"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