Retrieves a Know Your Customer (KYC) acceptance summary report.
Report retrieved.
Unauthorized access. Invalid credentials used.
Access forbidden.
$service = new Rebilly\Sdk\ReportsService($client); $report = $service->reports()->getKycAcceptanceSummary( new DateTimeImmutable('2022-01-01'), new DateTimeImmutable('now'), );
{- "data": [
- {
- "documentType": "identity-proof",
- "statusStatistics": {
- "accepted": {
- "total": 6,
- "automatically": 4,
- "manually": 2,
- "afterAutoRejected": 2
}, - "rejected": {
- "total": 2,
- "automatically": 1,
- "manually": 1,
- "afterAutoAccepted": 1
}, - "pending": {
- "total": 0
}, - "archived": {
- "total": 0
}
}, - "total": 8,
- "accuracyRate": 62.5,
- "acceptanceRate": 75,
- "manualReviewTime": 0
}
]
}