Fair Payments Connector
Mollie-based payments and bookkeeping for WordPress events.
7 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_fair_payment_api_tokens | Stores access tokens for authentication or API access. | Static |
| wp_fair_payment_budgets | Stores fair payment budgets data created by this plugin. | Static |
| wp_fair_payment_entry_transactions | Stores form submissions and user-entered data. | Static |
| wp_fair_payment_financial_entries | Stores form submissions and user-entered data. | Static |
| wp_fair_payment_line_items | Stores fair payment line items data created by this plugin. | Static |
| wp_fair_payment_log | A logging table that records activity, events, or audit history. | Static |
| wp_fair_payment_transactions | Stores fair payment transactions data created by this plugin. | Static |
Core Table Usage
This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.
wp_optionsOption key:
fair_payment_banktransfer_threshold_daysOption key:fair_payment_db_versionOption key:fair_payment_disable_banktransfer_near_dateOption key:fair_payment_enable_budgetsOption key:fair_payment_live_api_keyOption key:fair_payment_modeOption key:fair_payment_mollie_access_tokenOption key:fair_payment_mollie_connectedOption key:fair_payment_mollie_profile_idOption key:fair_payment_mollie_refresh_tokenOption key:fair_payment_mollie_site_idOption key:fair_payment_mollie_token_expiresOption key:fair_payment_organization_idOption key:fair_payment_test_api_key