QFAST API Documentation
    • Authentication
    • Onboarding
      • Overview
      • Reference
        • Area Reference
      • API
        • Onboarding Personal
        • Get Onboarding Status
        • Submit Loan
        • Get Loan
      • Webhook
        • Onboarding Webhooks
    • Disbursement
      • Overview
      • Webhook
        • Disbursement Webhooks
    • Repayment
      • Overview
      • Webhook
        • Repayment Webhooks
    • Schemas
      • Loan Schema
      • Onboarding Schema

    Onboarding Schema

    {
        "merchant_id": "string",
        "identity_number": "string",
        "onboarding_status": "string",
        "kyb_revision_deadline": "string",
        "kyb_rejection_details": [
            {
                "reason": "string",
                "entity_type": "string"
            }
        ],
        "created_at": "string",
        "updated_at": "string"
    }
    Built with