Interface VisaPaymentExtra

Visa-specific extra fields in PaymentRequirements

interface VisaPaymentExtra {
    instructionId: string;
    maxUsage: number;
    merchantCountryCode?: string;
    merchantName?: string;
    merchantUrl?: string;
    vProvisionedTokenID: string;
}

Properties

instructionId: string

VIC instruction ID from mandate creation

maxUsage: number

Maximum number of times this payment can be used

merchantCountryCode?: string

Merchant country code

merchantName?: string

Merchant name

merchantUrl?: string

Merchant URL

vProvisionedTokenID: string

Visa Token Service provisioned token ID