Database – Secure Payments Processor Extender (mc_processor_extender)
Holds information for Secure Payments (formerly PCI Wallet) processor extenders.
Column | Data Type | Column Info | Value Notes | Other |
id | int(11) | The id of the entity | ||
mc_id | int(11) | Secure Payments ID | ||
processor_key | varchar(45) | Processor Key | ||
type | enum | |||
processor_name | varchar(255) | Processor Name | ||
bypass | tinyint(1) | Whether or not to bypass the processor | 1 - yes, 0 - no | |
default | tinyint(1) | Whether or not is the default processor | 1 - yes, 0 - no | |
auto_reversal | tinyint(1) | Whether or not to enable auto reversing | 1 - yes, 0 - no | |
lastUpdated | timestamp | Timestamp of when the entity was last updated | ||
deleted | tinyint(4) | |||
tx_verification | tinyint(1) | 0 - default |