payment_type
A type of payment that can be selected when entering payment details.
Column name | Description | Data type |
---|---|---|
payment_type | Primary key. | text |
company | Reference to company. | text |
name | text | |
attempt_limit | The number of times to attempt these payment before declining them. | text |
retry_interval | The number of seconds to wait before re-attempting these payments. | text |
name_label | text * | |
number_label | text * | |
cvv_label | text * | |
bank_label | text * | |
expiry_date_label | text * | |
surcharge_amount | A fixed surcharge amount. | text * |
surcharge_percent | A percentage based surcharge. | text * |
minimum_surcharge | If fixed surcharge + percentage based surcharge is less than this amount, then we use this amount instead. | text * |
currency | Reference to currency. | text |
processing_mode | Reference to payment_type_processing_mode. | text |
payment_type_code | A unique code to identify this payment type. | text * |