Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | 0 |
|
|
Payment Processor ID |
||
domain_id | INT UNSIGNED | 10 | null |
|
|
Which Domain is this match entry for |
||
name | VARCHAR | 64 | √ | null |
|
|
Payment Processor Name. |
|
description | VARCHAR | 255 | √ | null |
|
|
Payment Processor Description. |
|
payment_processor_type_id | INT UNSIGNED | 10 | √ | null |
|
|
||
is_active | TINYINT | 3 | √ | null |
|
|
Is this processor active? |
|
is_default | TINYINT | 3 | √ | null |
|
|
Is this processor the default? |
|
is_test | TINYINT | 3 | √ | null |
|
|
Is this processor for a test site? |
|
user_name | VARCHAR | 255 | √ | null |
|
|
||
password | VARCHAR | 255 | √ | null |
|
|
||
signature | TEXT | 65535 | √ | null |
|
|
||
url_site | VARCHAR | 255 | √ | null |
|
|
||
url_api | VARCHAR | 255 | √ | null |
|
|
||
url_recur | VARCHAR | 255 | √ | null |
|
|
||
VARCHAR | 255 | √ | null |
|
|
|||
subject | VARCHAR | 255 | √ | null |
|
|
||
class_name | VARCHAR | 255 | √ | null |
|
|
||
billing_mode | INT UNSIGNED | 10 | null |
|
|
Billing Mode |
||
is_recur | TINYINT | 3 | √ | null |
|
|
Can process recurring contributions |
|
payment_type | INT UNSIGNED | 10 | √ | 1 |
|
|
Payment Type: Credit or Debit |
|
payment_instrument_id | INT UNSIGNED | 10 | √ | 1 |
|
|
Payment Instrument ID |
|
accepted_credit_cards | TEXT | 65535 | √ | null |
|
|
array of accepted credit card types |
|
title | TEXT | 65535 | √ | null |
|
|
Payment Processor Descriptive Name. |