Retrieves a Know Your Customer (KYC) rejection report by type and by rejection reasons.
Report retrieved.
Unauthorized access. Invalid credentials used.
Access forbidden.
$service = new Rebilly\Sdk\ReportsService($client); $report = $service->reports()->getKycRejectionSummary( new DateTimeImmutable('2022-01-01'), new DateTimeImmutable('now'), );
{- "data": [
- {
- "documentType": "identity-proof",
- "rejectionReasons": [
- {
- "rejectionReason": "document-unreadable",
- "count": 0
}
]
}
]
}