Skip to main content

PurseHeadlessCheckoutMethod

Represents an available payment method in the Purse checkout system. Payment methods can be primary (e.g., credit cards, digital wallets) or secondary (e.g., gift cards).

Extends

Extended by

Properties

disabled

disabled: Writable<DisabledState | null>;

Indicates if the payment method is disabled with an error code and message DisabledState error code and message


id

id: string;

Unique identifier of the payment method

Examples

'hipay-bancontact'
'illicado-giftcard'
'aci-creditcard'

Inherited from

PurseHeadlessCheckoutPaymentItemBase.id


isSecondary

isSecondary: boolean;

Indicates if the payment method is a secondary mean of payment

Inherited from

PurseHeadlessCheckoutPaymentItemBase.isSecondary


limit

limit: number | null;

Amount limit for the payment method (null if no limit)


maxAmount

maxAmount: number | null;

Maximum amount to use the payment method

Inherited from

PurseHeadlessCheckoutPaymentItemBase.maxAmount


method

method: string;

Type of payment method, it can be a card, a wallet, a bank transfer, etc.

Examples

'applepay'
'googlepay'
'creditcard'

Inherited from

PurseHeadlessCheckoutPaymentItemBase.method


minAmount

minAmount: number | null;

Minimum amount to use the payment method

Inherited from

PurseHeadlessCheckoutPaymentItemBase.minAmount


partner

partner: string;

Partner associated with the payment method

Examples

'hipay'
'paypal'

Inherited from

PurseHeadlessCheckoutPaymentItemBase.partner


position

position: number;

Position of the payment method in the list


type

type: "method";

Overrides

PurseHeadlessCheckoutPaymentItemBase.type