account_payment_configuration
Stores the stored (automatic) payment details for accounts
Column name | Description | Data type |
---|---|---|
account | Primary key.
Reference to account. |
integer |
company | Primary key. Reference to company. |
smallint |
card_number | Due to PCI-DSS requirements, this field will return a string of asterisks. | text * |
branch_number | text * | |
account_name | text * | |
card_expiy_date | date * | |
payment_type | Reference to payment_type. | integer * |
account_payment_option | If no option is configured, then the default payment option for the account's
terms will be returned.
Reference to account_payment_option. |
integer |
auto_payment_enabled | boolean * | |
account_terms | Reference to account_terms. | integer |