Database – Custom payment Method Entity (custom_payment_method_entity)

Description

This allows the definition of custom payment methods that can be used when creating a payment. For information on payments in the API, see API - Processing a Payment and API - Payments Collections.

Column

Data Type

Column Info

Value Notes

id

int(11)

The ID of the entity

static

tinyint(1)

Whether or not the entity is a static type/method

1 - yes, 0 - no

title

varchar(255)

The name/title of the entity instance

active

tinyint(1)

Whether or not the entity is active

1 - yes, 0 - no

deleted

tinyint(1)

Whether or not the entity was deleted

1 - yes, 0 - no

created

timestamp

Timestamp of when the entity was created

lastUpdated

timestamp

Timestamp of when the entity was last updated


How did we do?


Powered by HelpDocs (opens in a new tab)