UNPKG

@paciolan/cybersource-sdk

Version:
61 lines (60 loc) 3.65 kB
/** * CyberSource Merged Spec * All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html * * OpenAPI spec version: 0.0.1 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ /** * * @export * @interface Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication */ export interface Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication { /** * This field will contain the low value exemption indicator with one of the following values: Possible values: - `0` ( low value exemption does not apply to the transaction) - `1` (Transaction exempt from SCA as the merchant/acquirer has determined it to be a low value payment) * @type {string} * @memberof Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication */ lowValueExemptionIndicator?: string; /** * This field will contain the transaction risk analysis exemption indicator with one of the following values: Possible values: - `0` (TRA exemption does not apply to the transaction) - `1` (Transaction exempt from SCA as the merchant/acquirer has determined it to be low risk in accordance with the criteria defined by PSD2/RTS) * @type {string} * @memberof Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication */ riskAnalysisExemptionIndicator?: string; /** * Possible values: - `0` (Trusted merchant exemption does not apply to the transaction) - `1` (Transaction exempt from SCA as it originated at a merchant trusted by the cardholder) * @type {string} * @memberof Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication */ trustedMerchantExemptionIndicator?: string; /** * This field will contain the secure corporate payment exemption indicator with one of the following values: Possible values: - `0` (SCA exemption does not apply to the transaction) - `1` (Transaction exempt from SCA as the merchant/acquirer has determined it as a secure corporate payment) * @type {string} * @memberof Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication */ secureCorporatePaymentIndicator?: string; /** * This field will contain the delegated authentication exemption indicator with one of the following values: Possible values: - `0` (delegated Authentication exemption does not apply to the transaction) - `1` (Transaction exempt from SCA as authentication has been delegated to other provider (PSP,Acquirer)) * @type {string} * @memberof Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication */ delegatedAuthenticationExemptionIndicator?: string; /** * This field will contain the outage exemption indicator with one of the following values: Possible values: - `0` (Outage Authentication exemption does not apply to the transaction) - `1` (Outage exempt from SCA as authentication could not be done due to outage) * @type {string} * @memberof Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication */ outageExemptionIndicator?: string; /** * Indicates the type of Authentication request 01 - Payment transaction 02 - Recurring transaction 03 - Installment transaction 04 - Add card 05 - Maintain card 06 - Cardholder verification as part of EMV token ID and V * @type {string} * @memberof Ptsv2paymentsConsumerAuthenticationInformationStrongAuthentication */ authenticationIndicator?: string; }