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).

Extended by

Properties

disabled

disabled: Writable<boolean>;

Indicates if the payment method is disabled (Writable to allow dynamic updates)


id

id: string;

Unique identifier of the payment method

Examples

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

Inherited from

PurseHeadlessCheckoutBase.id

isSecondary

isSecondary: boolean;

Indicates if the payment method is a secondary mean of payment

Inherited from

PurseHeadlessCheckoutBase.isSecondary

limit

limit: null | number;

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


method

method: string;

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

Examples

'applepay'
'googlepay'
'creditcard'

Inherited from

PurseHeadlessCheckoutBase.method

partner

partner: string;

Partner associated with the payment method

Examples

'hipay'
'payconiq'
'paypal'

Inherited from

PurseHeadlessCheckoutBase.partner

position

position: number;

Position of the payment method in the list


type

type: "method";

Overrides

PurseHeadlessCheckoutBase.type