interface PaymentMethodInfoDraft {
    custom?: CustomFieldsDraft;
    interfaceAccount?: string;
    method?: string;
    name?: LocalizedString;
    paymentInterface?: string;
    token?: PaymentMethodToken;
}

Properties

Custom fields for the PaymentMethodInfo.

interfaceAccount?: string

Account or instance of the payment interface when multiple accounts are used (per interface).

method?: string

Payment method to use—for example, a credit card or direct debit.

Name of the Payment Method.

paymentInterface?: string

Payment service that processes the Payment—for example, a PSP. The combination of paymentInterface and the interfaceId of a Payment must be unique.

The value cannot be modified after it is set.

Tokenized representation of the Payment Method used by the payment interface.