Retrieves a Know Your Customer (KYC) request 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()->getKycRequestSummary( new DateTimeImmutable('2022-01-01'), new DateTimeImmutable('now'), );
{- "data": [
- {
- "rejectionReason": "abandoned",
- "count": 0
}
]
}