Interface PaymentProviderSmartGlocal

Contains information about a payment provider. Subtype of PaymentProvider.

interface PaymentProviderSmartGlocal {
    @type: "paymentProviderSmartGlocal";
    public_token: string;
    tokenize_url: string;
}

Properties

@type: "paymentProviderSmartGlocal"
public_token: string

Public payment token.

tokenize_url: string

URL for sending card tokenization requests.