Freigeben über


PaymentMethod Table

The PaymentMethod table in the transaction configuration database identifies the methods that a customer can use to pay for an order.

The following table describes the columns in the PaymentMethod table.

Column name

Type

Allow null

Description

PaymentMethodId

uniqueidentifier

no

The ID of the payment method.

This is the primary key.

LanguageId

nvarchar(128)

no

The ID of the language that name of the payment method is in.

PaymentMethodName

nvarchar(128)

no

The name of the payment method.

Description

nvarchar(255)

yes

A description of the payment method.

PaymentProcessor

nvarchar(255)

yes

The name of the pipeline to run to process a payment of this kind.

ConfiguredMode

int

yes

This column is not used.

PaymentType

int

yes

The type of payment.

Enabled

bit

no

Whether the payment method is available.

GroupId

uniqueidentifier

no

A system-assigned GUID that groups the same payment method across different languages.

Created

datetime

no

The date the payment method was created.

LastModified

datetime

no

The date the payment method was last modified.

IsDefault

bit

no

Whether the payment method is the default payment method in its group.

See Also

Other Resources

Transaction Configuration Database Tables

Transaction Database Tables