This topic describes the columns in the mf_company_payment_processors table.
Column Name | Data Type | Primary Key | Is Nullable | Column ID | Comment | Reference Count | Reference To |
---|---|---|---|---|---|---|---|
company_payment_processor_guid | uniqueidentifier | 1 | 0 | 1 | 3 | ||
company_guid | uniqueidentifier | 0 | 0 | 2 | 0 | mf_companies.company_guid | |
catalog_guid | uniqueidentifier | 0 | 1 | 3 | 0 | ||
site_guid | uniqueidentifier | 0 | 1 | 4 | 0 | ||
payment_processor_id | int | 0 | 0 | 5 | 0 | mf_payment_processors.payment_processor_id | |
cpp_description | varchar (100) | 0 | 1 | 6 | 0 | ||
cpp_merchant_id | varchar (100) | 0 | 1 | 7 | 0 | ||
cpp_merchant_password | varchar (255) | 0 | 1 | 8 | 0 | ||
cpp_merchant_name | varchar (100) | 0 | 1 | 9 | 0 | ||
cpp_merchant_key | varchar (1000) | 0 | 1 | 10 | 0 | ||
cpp_merchant_hash | varchar (100) | 0 | 1 | 11 | 0 | ||
cpp_merchant_cert_store | varchar (max) | 0 | 1 | 12 | 0 | ||
cpp_merchant_statement_hint | varchar (50) | 0 | 1 | 13 | 0 | ||
cpp_merchant_configuration_data | varchar (max) | 0 | 1 | 14 | 0 | ||
cpp_auth_expire_days | smallint | 0 | 0 | 15 | 0 | ||
cpp_active | tinyint | 0 | 0 | 16 | 0 | ||
cpp_testmode | tinyint | 0 | 0 | 17 | 0 | ||
cpp_multicapture | tinyint | 0 | 0 | 18 | 0 | ||
provider_instance_guid | uniqueidentifier | 0 | 1 | 21 | 0 |