We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a3bbbd + d529717 commit 13e5b9aCopy full SHA for 13e5b9a
src/services/psc/service.ts
@@ -16,7 +16,7 @@ export default class PscService {
16
* @param pscNotificationId the PSC Notification ID to retrieve
17
*/
18
public async getPscIndividual (companyNumber: string, pscNotificationId: string, headers?: Headers): Promise<Resource<PersonWithSignificantControl> | ApiErrorResponse> {
19
- const resourceUri = `/company/${companyNumber}/persons-with-significant-control/individual/${pscNotificationId}/verification-state`;
+ const resourceUri = `/company/${companyNumber}/persons-with-significant-control/individual/${pscNotificationId}/identity-verification-details`;
20
const response = await this.client.httpGet(resourceUri, headers);
21
22
if (response.error) {
0 commit comments