KYC session request.

interface KycSessionRequest {
    language?: string;
    merchantRefNum: string;
    returnUrl?: string;
}

Properties

language?: string

The language to be used in the KYC Verification session.

merchantRefNum: string

This is the merchant reference number created by the merchant and submitted as part of the KYC Verification session request.

returnUrl?: string

The URL to which the customer is redirected after the KYC Verification session is completed. If non is provided, the default URL is used.

Generated using TypeDoc