Payment forms, Buy now buttons, and Invoicing System | GetPaid

Payments & Invoicing plugin for WordPress to quickly and easily sell online. Create Buy Now buttons or inline checkout forms in seconds to accept …

6 database tables

Table NameDescriptionMethod
wp_getpaid_anonymization_logsA logging table that records activity, events, or audit history.Static
wp_getpaid_customer_metaStores additional metadata (key-value pairs) for getpaid customer records.Static
wp_getpaid_customersStores getpaid customers data created by this plugin.Static
wp_getpaid_invoice_itemsStores getpaid invoice items data created by this plugin.Static
wp_getpaid_invoicesStores getpaid invoices data created by this plugin.Static
wp_wpinv_subscriptionsStores wpinv subscriptions 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_commentmeta
Comment meta
wp_comments
Direct access
wp_options
Option key:address_mandatoryOption key:ayecode_connect_blog_tokenOption key:checkout_include_taxOption key:checkout_pageOption key:city_mandatoryOption key:country_mandatoryOption key:currencyOption key:currency_positionOption key:decimal_separatorOption key:decimalsOption key:default_gatewayOption key:direct_payment_pageOption key:display_tax_rateOption key:email_Option key:email_fromOption key:email_from_nameOption key:enable_recaptchaOption key:enable_taxesOption key:enforce_sslOption key:failure_pageOption key:fname_mandatoryOption key:invoice_history_pageOption key:invoice_subscription_pageOption key:invoicing_privacy_checkout_messageOption key:login_to_checkoutOption key:logoOption key:native_direct_paymentOption key:prices_include_taxOption key:privacy_pageOption key:recaptcha_secret_keyOption key:recaptcha_site_keyOption key:recaptcha_versionOption key:rgmk_google_map_api_keyOption key:sequential_invoice_numberOption key:state_mandatoryOption key:store_nameOption key:success_pageOption key:tax_baseOption key:tax_display_totalsOption key:tax_rateOption key:tax_subtotal_roundingOption key:template_custom_cssOption key:thousands_separatorOption key:validate_vat_numberOption key:vat_invoice_noticeOption key:vat_invoice_notice_labelOption key:vat_same_country_ruleOption key:wp-font-awesome-settingsOption key:wp_page_for_privacy_policyOption key:wpinv_default_payment_formOption key:wpinv_flush_permalinksOption key:wpinv_remove_data_on_invoice_unistallOption key:wpinv_settings
wp_postmeta
Post meta
wp_posts
Custom post type:wpi_discountCustom post type:wpi_invoiceCustom post type:wpi_itemCustom post type:wpi_payment_form
wp_usermeta
User meta