Title: 403 errors, Authorization error
Last modified: October 8, 2023

---

# 403 errors, Authorization error

 *  Resolved [alexliii](https://wordpress.org/support/users/alexliii/)
 * (@alexliii)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/403-errors-authorization-error/)
 * Hello,
 * There are lots of 403 errors in PayPal developer Dashboard.
 * So, I tried following steps:
 * 1# I tried re-onboarding, but the errors persist.
 * 2# In live mode, I tried to pay with my own credit card, it works fine:
 * [https://prnt.sc/88zDnbQDntNt](https://prnt.sc/88zDnbQDntNt)
 * 3. Here is the debug info:
 * Request:
 * [https://prnt.sc/jbJX_2k3xLPn](https://prnt.sc/jbJX_2k3xLPn)
 *     ```wp-block-code
       {
         "description": "Checking if reference transactions are enabled",
         "payer": {
           "payment_method": "PAYPAL"
         },
         "plan": {
           "merchant_preferences": {
             "cancel_url": "https://example.com/cancel",
             "return_url": "https://example.com/return",
             "skip_shipping_address": true
           },
           "type": "MERCHANT_INITIATED_BILLING"
         }
       }
       ```
   
 * Response:
 * [https://prnt.sc/61uiBEW2JAdI](https://prnt.sc/61uiBEW2JAdI)
 *     ```wp-block-code
       {
         "debug_id": "d9bb692b46fe1",
         "details": [
           {
             "message": "This merchant account is not permitted to create Merchant Initiated Billing Agreement",
             "name": "REFUSED_MARK_REF_TXN_NOT_ENABLED"
           }
         ],
         "information_link": "https://developer.paypal.com/webapps/developer/docs/api/#AUTHORIZATION_ERROR",
         "message": "Authorization error",
         "name": "AUTHORIZATION_ERROR"
       }
       ```
   
 * Is there mis configuration please?
 * Thanks

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [alexliii](https://wordpress.org/support/users/alexliii/)
 * (@alexliii)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/403-errors-authorization-error/#post-17107993)
 * Hello,
 * I checked some documents at [https://woocommerce.com/document/paypal-reference-transactions/#section-3](https://woocommerce.com/document/paypal-reference-transactions/#section-3)
 * reference transactions seems only for advanced subscription management features,
   but we sell physical product, and we are using Standard Payments and Standard
   Card Button:
 * So, why does this issue persist and cause customers failing to pay?
 * Thanks
    -  This reply was modified 2 years, 8 months ago by [alexliii](https://wordpress.org/support/users/alexliii/).
    -  This reply was modified 2 years, 8 months ago by [alexliii](https://wordpress.org/support/users/alexliii/).
 *  Plugin Support [Syde Niklas](https://wordpress.org/support/users/niklasinpsyde/)
 * (@niklasinpsyde)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/403-errors-authorization-error/#post-17110929)
 * Hi [@alexliii](https://wordpress.org/support/users/alexliii/)
 * The plugin checks the PayPal API to understand if the connected merchant is enabled
   for Reference Transactions which is relevant when using advanced features like
   PayPal Vaulting.
 * When the merchant is not enabled for Reference Transactions, PayPal returns a
   403 to this request.
 * A bug in the plugin resulted in the PayPal response not being cached, which made
   the plugin call the PayPal API repeatedly for the same thing.
   This was fixed 
   in the latest update, so this call should only be made once a month or when the
   transient expires: [https://github.com/woocommerce/woocommerce-paypal-payments/pull/1646](https://github.com/woocommerce/woocommerce-paypal-payments/pull/1646)
 * > So, why does this issue persist and cause customers failing to pay?
 * This 403 is entirely unrelated to any payments and has nothing to do with payments
   failing. The error can be ignored. The worst thing it does it clutter your PayPal
   API call history with redundant calls.
 * Kind regards,
   Niklas
 *  Thread Starter [alexliii](https://wordpress.org/support/users/alexliii/)
 * (@alexliii)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/403-errors-authorization-error/#post-17112107)
 * Thanks for reply, and your reply really make me relived.
 * > so this call should only be made once a month or when the transient expires.
 * However, in my case, please note that this error actually happens if a payment
   is processed, and please check log data and time [https://prnt.sc/W2tHZc0S9d65](https://prnt.sc/W2tHZc0S9d65)
 * I mean not  once a month
 * We use latest wordpress version, and latest woocommerce version, and latest Paypal
   plugin, and here is system info:
 *     ```wp-block-code
       ### WordPress Environment ###
   
       WordPress address (URL): https://mysite.com
   
       Site address (URL): https://mysite.com
   
       WC Version: 8.1.1
   
       REST API Version: ✔ 8.1.1
   
       WC Blocks Version: ✔ 10.9.3
   
       Action Scheduler Version: ✔ 3.6.3
   
       Log Directory Writable: ✔
   
       WP Version: 6.3.1
   
       WP Multisite: ✔
   
       WP Memory Limit: 5 GB
   
       WP Debug Mode: –
   
       WP Cron: ✔
   
       Language: en_US
   
       External object cache: –
   
       ### Server Environment ###
   
       Server Info: nginx/1.24.0
   
       PHP Version: 8.2.10
   
       PHP Post Max Size: 100 MB
   
       PHP Time Limit: 600
   
       PHP Max Input Vars: 20000
   
       cURL Version: 7.81.0
   
       OpenSSL/3.0.2
   
       SUHOSIN Installed: –
   
       MySQL Version: 10.6.15-MariaDB-1:10.6.15+maria~ubu2204-log
   
       Max Upload Size: 100 MB
   
       Default Timezone is UTC: ✔
   
       fsockopen/cURL: ✔
   
       SoapClient: ✔
   
       DOMDocument: ✔
   
       GZip: ✔
   
       Multibyte String: ✔
   
       Remote Post: ✔
   
       Remote Get: ✔
   
       ### Database ###
   
       WC Database Version: 8.1.1
   
       WC Database Prefix: wp_
   
       Total Database Size: 1802.21MB
   
       Database Data Size: 1516.92MB
   
       Database Index Size: 285.29MB
   
       wp_woocommerce_sessions: Data: 20.05MB + Index: 2.05MB + Engine InnoDB
   
       wp_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
   
       wp_woocommerce_order_items: Data: 0.25MB + Index: 0.08MB + Engine InnoDB
   
       wp_woocommerce_order_itemmeta: Data: 4.52MB + Index: 3.03MB + Engine InnoDB
   
       wp_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
   
       wp_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_2_actionscheduler_actions: Data: 0.06MB + Index: 0.11MB + Engine InnoDB
   
       wp_2_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_2_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_2_actionscheduler_logs: Data: 0.05MB + Index: 0.03MB + Engine InnoDB
   
       wp_2_ald_postmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_2_ald_posts: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
   
       wp_2_as3cf_items: Data: 0.13MB + Index: 0.11MB + Engine InnoDB
   
       wp_2_commentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_2_comments: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
   
       wp_2_dokan_advertised_products: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
   
       wp_2_dokan_announcement: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_2_dokan_delivery_time: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
   
       wp_2_dokan_distance_rate_shipping: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
   
       wp_2_dokan_follow_store_followers: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
   
       wp_2_dokan_orders: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_2_dokan_product_map: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_2_dokan_refund: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_2_dokan_report_abuse_reports: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
   
       wp_2_dokan_request_quotes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_2_dokan_request_quote_details: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_2_dokan_request_quote_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_2_dokan_reverse_withdrawal: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
   
       wp_2_dokan_rma_conversations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_2_dokan_rma_request: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_2_dokan_rma_request_product: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_2_dokan_seller_badge: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_2_dokan_seller_badge_acquired: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
   
       wp_2_dokan_seller_badge_level: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_2_dokan_shipping_tracking: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_2_dokan_shipping_zone_locations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_2_dokan_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_2_dokan_table_rate_shipping: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
   
       wp_2_dokan_vendor_balance: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_2_dokan_withdraw: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_2_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_2_options: Data: 2.38MB + Index: 0.06MB + Engine InnoDB
   
       wp_2_postmeta: Data: 1.52MB + Index: 0.09MB + Engine InnoDB
   
       wp_2_posts: Data: 0.36MB + Index: 0.06MB + Engine InnoDB
   
       wp_2_rank_math_internal_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_2_rank_math_internal_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_2_tbds_error_product_images: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_2_tbds_postmeta: Data: 0.13MB + Index: 0.03MB + Engine InnoDB
   
       wp_2_tbds_posts: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
   
       wp_2_termmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_2_terms: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_2_term_relationships: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_2_term_taxonomy: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_2_vi_wad_ali_orders_info: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_2_vi_wad_ali_shipping_info: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_2_vi_wad_error_product_images: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_2_wc_admin_notes: Data: 0.06MB + Index: 0.00MB + Engine InnoDB
   
       wp_2_wc_admin_note_actions: Data: 0.05MB + Index: 0.02MB + Engine InnoDB
   
       wp_2_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_2_wc_customer_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_2_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_2_wc_orders: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
   
       wp_2_wc_orders_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_2_wc_order_addresses: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
   
       wp_2_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_2_wc_order_operational_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_2_wc_order_product_lookup: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
   
       wp_2_wc_order_stats: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
   
       wp_2_wc_order_tax_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_2_wc_product_attributes_lookup: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_2_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_2_wc_product_meta_lookup: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
   
       wp_2_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_2_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_2_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_2_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_2_woocommerce_api_keys: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_2_woocommerce_attribute_taxonomies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_2_woocommerce_downloadable_product_permissions: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
   
       wp_2_woocommerce_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_2_woocommerce_order_itemmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_2_woocommerce_order_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_2_woocommerce_payment_tokenmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_2_woocommerce_payment_tokens: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_2_woocommerce_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_2_woocommerce_shipping_zones: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_2_woocommerce_shipping_zone_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_2_woocommerce_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_2_woocommerce_tax_rates: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
   
       wp_2_woocommerce_tax_rate_locations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_2_wpmailsmtp_attachment_files: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_2_wpmailsmtp_debug_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_2_wpmailsmtp_emails_log: Data: 0.36MB + Index: 0.03MB + Engine InnoDB
   
       wp_2_wpmailsmtp_email_attachments: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_2_wpmailsmtp_email_tracking_events: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_2_wpmailsmtp_email_tracking_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_2_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_actionscheduler_actions: Data: 15.48MB + Index: 17.14MB + Engine InnoDB
   
       wp_actionscheduler_claims: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_actionscheduler_groups: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_actionscheduler_logs: Data: 8.52MB + Index: 5.03MB + Engine InnoDB
   
       wp_adtribes_my_conversions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_aelia_dismissed_messages: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_as3cf_items: Data: 349.89MB + Index: 65.95MB + Engine InnoDB
   
       wp_automatewoo_abandoned_carts: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
   
       wp_automatewoo_customers: Data: 0.13MB + Index: 0.30MB + Engine InnoDB
   
       wp_automatewoo_customer_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_automatewoo_guests: Data: 0.06MB + Index: 0.09MB + Engine InnoDB
   
       wp_automatewoo_guest_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_automatewoo_logs: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
   
       wp_automatewoo_log_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_automatewoo_queue: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
   
       wp_automatewoo_queue_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_berocket_termmeta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_blogmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_blogs: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_cart_notices: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_cli_cookie_scan: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_cli_cookie_scan_categories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_cli_cookie_scan_cookies: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_cli_cookie_scan_url: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_cli_scripts: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_commentmeta: Data: 29.55MB + Index: 25.06MB + Engine InnoDB
   
       wp_comments: Data: 24.55MB + Index: 14.09MB + Engine InnoDB
   
       wp_critical_css_for_wp_urls: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_dgwt_wcas_index: Data: 0.34MB + Index: 0.02MB + Engine InnoDB
   
       wp_dgwt_wcas_invindex_cache: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_dgwt_wcas_invindex_doclist: Data: 1.52MB + Index: 0.69MB + Engine InnoDB
   
       wp_dgwt_wcas_invindex_info: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_dgwt_wcas_invindex_wordlist: Data: 0.13MB + Index: 0.06MB + Engine InnoDB
   
       wp_dgwt_wcas_tax_index: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
   
       wp_dokan_advertised_products: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
   
       wp_dokan_announcement: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_dokan_delivery_time: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
   
       wp_dokan_distance_rate_shipping: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
   
       wp_dokan_follow_store_followers: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
   
       wp_dokan_orders: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_dokan_product_map: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_dokan_refund: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_dokan_report_abuse_reports: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
   
       wp_dokan_request_quotes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_dokan_request_quote_details: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_dokan_request_quote_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_dokan_reverse_withdrawal: Data: 0.02MB + Index: 0.08MB + Engine InnoDB
   
       wp_dokan_rma_conversations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_dokan_rma_request: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_dokan_rma_request_product: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_dokan_seller_badge: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_dokan_seller_badge_acquired: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
   
       wp_dokan_seller_badge_level: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_dokan_shipping_tracking: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_dokan_shipping_zone_locations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_dokan_shipping_zone_methods: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_dokan_table_rate_shipping: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
   
       wp_dokan_vendor_balance: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_dokan_withdraw: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_ewwwio_images: Data: 1.52MB + Index: 1.72MB + Engine InnoDB
   
       wp_ewwwio_queue: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_e_events: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_e_submissions: Data: 0.02MB + Index: 0.27MB + Engine InnoDB
   
       wp_e_submissions_actions_log: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
   
       wp_e_submissions_values: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_fbv: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_fbv_attachment_folder: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_fm_file_action_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_frmt_form_entry: Data: 0.05MB + Index: 0.05MB + Engine InnoDB
   
       wp_frmt_form_entry_meta: Data: 0.28MB + Index: 0.23MB + Engine InnoDB
   
       wp_frmt_form_reports: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_frmt_form_views: Data: 6.52MB + Index: 9.06MB + Engine InnoDB
   
       wp_gdpr_consent_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_gla_attribute_mapping_rules: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_gla_budget_recommendations: Data: 0.20MB + Index: 0.11MB + Engine InnoDB
   
       wp_gla_merchant_issues: Data: 2.52MB + Index: 0.00MB + Engine InnoDB
   
       wp_gla_shipping_rates: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_gla_shipping_times: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_hustle_entries: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_hustle_entries_meta: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
   
       wp_hustle_modules: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_hustle_modules_meta: Data: 0.17MB + Index: 0.03MB + Engine InnoDB
   
       wp_hustle_tracking: Data: 0.05MB + Index: 0.08MB + Engine InnoDB
   
       wp_hypeanimations: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_icl_content_status: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_icl_flags: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_icl_languages: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_icl_languages_translations: Data: 0.19MB + Index: 0.09MB + Engine InnoDB
   
       wp_icl_locale_map: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_icl_message_status: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_icl_node: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_icl_reminders: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_icl_strings: Data: 2.52MB + Index: 1.81MB + Engine InnoDB
   
       wp_icl_string_batches: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_icl_string_packages: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_icl_string_pages: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_icl_string_positions: Data: 0.30MB + Index: 0.08MB + Engine InnoDB
   
       wp_icl_string_status: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_icl_string_translations: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_icl_string_urls: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_icl_translate: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_icl_translate_job: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_icl_translations: Data: 4.52MB + Index: 8.06MB + Engine InnoDB
   
       wp_icl_translation_batches: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_icl_translation_downloads: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_icl_translation_status: Data: 1.52MB + Index: 0.38MB + Engine InnoDB
   
       wp_iconic_wssv_index: Data: 0.23MB + Index: 0.00MB + Engine InnoDB
   
       wp_ju_queue: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_legal_pages: Data: 0.19MB + Index: 0.00MB + Engine InnoDB
   
       wp_links: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_lp_popups: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_mclean_refs: Data: 15.55MB + Index: 0.00MB + Engine InnoDB
   
       wp_mclean_scan: Data: 3.52MB + Index: 0.31MB + Engine InnoDB
   
       wp_ms_snippets: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_ns_cloner_logs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_options: Data: 24.45MB + Index: 2.66MB + Engine InnoDB
   
       wp_parcelpanel_courier: Data: 0.22MB + Index: 0.00MB + Engine InnoDB
   
       wp_parcelpanel_location: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_parcelpanel_tracking: Data: 2.52MB + Index: 0.05MB + Engine InnoDB
   
       wp_parcelpanel_tracking_items: Data: 0.05MB + Index: 0.05MB + Engine InnoDB
   
       wp_postmeta: Data: 567.98MB + Index: 75.19MB + Engine InnoDB
   
       wp_posts: Data: 157.61MB + Index: 29.16MB + Engine InnoDB
   
       wp_rank_math_404_logs: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_rank_math_analytics_adsense: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_rank_math_analytics_ga: Data: 1.52MB + Index: 0.44MB + Engine InnoDB
   
       wp_rank_math_analytics_gsc: Data: 0.42MB + Index: 0.50MB + Engine InnoDB
   
       wp_rank_math_analytics_inspections: Data: 16.52MB + Index: 0.42MB + Engine InnoDB
   
       wp_rank_math_analytics_keyword_manager: Data: 1.52MB + Index: 0.00MB + Engine InnoDB
   
       wp_rank_math_analytics_objects: Data: 1.52MB + Index: 0.19MB + Engine InnoDB
   
       wp_rank_math_internal_links: Data: 1.52MB + Index: 0.16MB + Engine InnoDB
   
       wp_rank_math_internal_meta: Data: 0.14MB + Index: 0.00MB + Engine InnoDB
   
       wp_rank_math_redirections: Data: 0.05MB + Index: 0.02MB + Engine InnoDB
   
       wp_rank_math_redirections_cache: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_rank_math_sc_analytics: Data: 0.11MB + Index: 0.08MB + Engine InnoDB
   
       wp_realmedialibrary: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_realmedialibrary_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_realmedialibrary_posts: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_realmedialibrary_tmp: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_registration_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_s3io_images: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_scalability_pro_cache: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_signups: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
   
       wp_site: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_sitemeta: Data: 1.31MB + Index: 0.03MB + Engine InnoDB
   
       wp_sm_sync: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_snippets: Data: 0.06MB + Index: 0.03MB + Engine InnoDB
   
       wp_tbds_error_product_images: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_tbds_postmeta: Data: 0.28MB + Index: 0.03MB + Engine InnoDB
   
       wp_tbds_posts: Data: 1.52MB + Index: 0.06MB + Engine InnoDB
   
       wp_termmeta: Data: 1.52MB + Index: 0.78MB + Engine InnoDB
   
       wp_terms: Data: 0.19MB + Index: 0.19MB + Engine InnoDB
   
       wp_term_relationships: Data: 8.52MB + Index: 4.52MB + Engine InnoDB
   
       wp_term_taxonomy: Data: 0.22MB + Index: 0.20MB + Engine InnoDB
   
       wp_tm_taskmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_tm_tasks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_trp_gettext_en_gb: Data: 0.27MB + Index: 0.28MB + Engine InnoDB
   
       wp_trp_original_meta: Data: 0.08MB + Index: 0.11MB + Engine InnoDB
   
       wp_usermeta: Data: 2.52MB + Index: 3.03MB + Engine InnoDB
   
       wp_users: Data: 0.19MB + Index: 0.16MB + Engine InnoDB
   
       wp_viwec_clicked: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_vi_wad_ali_orders_info: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_vi_wad_ali_shipping_info: Data: 0.36MB + Index: 0.02MB + Engine InnoDB
   
       wp_vi_wad_error_product_images: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_vi_wbe_history: Data: 0.06MB + Index: 0.00MB + Engine InnoDB
   
       wp_vi_woo_orders_tracking_track_info: Data: 1.52MB + Index: 0.00MB + Engine InnoDB
   
       wp_wacv_abandoned_cart_record: Data: 2.52MB + Index: 0.00MB + Engine InnoDB
   
       wp_wacv_cart_log: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_wacv_email_history: Data: 0.09MB + Index: 0.00MB + Engine InnoDB
   
       wp_wacv_guest_info_record: Data: 0.17MB + Index: 0.00MB + Engine InnoDB
   
       wp_wcpdf_invoice_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_wcpdf_packing_slip_number: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_wcpt_sessions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_wc_admin_notes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_wc_admin_note_actions: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_wc_category_lookup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_wc_customer_lookup: Data: 0.13MB + Index: 0.08MB + Engine InnoDB
   
       wp_wc_download_log: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_wc_gpf_render_cache: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_wc_orders: Data: 0.02MB + Index: 0.11MB + Engine InnoDB
   
       wp_wc_orders_meta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_wc_order_addresses: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
   
       wp_wc_order_coupon_lookup: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_wc_order_operational_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_wc_order_product_lookup: Data: 0.14MB + Index: 0.19MB + Engine InnoDB
   
       wp_wc_order_stats: Data: 0.16MB + Index: 0.16MB + Engine InnoDB
   
       wp_wc_order_tax_lookup: Data: 0.08MB + Index: 0.09MB + Engine InnoDB
   
       wp_wc_product_attributes_lookup: Data: 1.52MB + Index: 0.38MB + Engine InnoDB
   
       wp_wc_product_download_directories: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_wc_product_meta_lookup: Data: 1.52MB + Index: 1.28MB + Engine InnoDB
   
       wp_wc_rate_limits: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_wc_reserved_stock: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_wc_tax_rate_classes: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_wc_webhooks: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_wfacp_stats: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
   
       wp_wfblockediplog: Data: 0.13MB + Index: 0.00MB + Engine InnoDB
   
       wp_wfblocks7: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
   
       wp_wfconfig: Data: 0.48MB + Index: 0.00MB + Engine InnoDB
   
       wp_wfcrawlers: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_wffilechanges: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_wffilemods: Data: 92.66MB + Index: 0.00MB + Engine InnoDB
   
       wp_wfhits: Data: 1.52MB + Index: 0.17MB + Engine InnoDB
   
       wp_wfhoover: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_wfissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
   
       wp_wfknownfilelist: Data: 68.58MB + Index: 0.00MB + Engine InnoDB
   
       wp_wflivetraffichuman: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_wflocs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_wflogins: Data: 0.19MB + Index: 0.06MB + Engine InnoDB
   
       wp_wfls_2fa_secrets: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_wfls_role_counts: Data: 0.00MB + Index: 0.00MB + Engine MEMORY
   
       wp_wfls_settings: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_wfnotifications: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_wfpendingissues: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
   
       wp_wfpklist_template_data: Data: 0.03MB + Index: 0.00MB + Engine InnoDB
   
       wp_wfreversecache: Data: 0.09MB + Index: 0.00MB + Engine InnoDB
   
       wp_wfsecurityevents: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_wfsnipcache: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
   
       wp_wfstatus: Data: 0.13MB + Index: 0.09MB + Engine InnoDB
   
       wp_wftrafficrates: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_wfwaffailures: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_wmcc_relationships: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_wmcs_cf: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_wmcs_queue: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_wmcs_relationships: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_wmfo_logs: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_woocommerce_amazon_buyer_index: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_woocommerce_bis_activity: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
   
       wp_woocommerce_bis_notifications: Data: 0.02MB + Index: 0.09MB + Engine InnoDB
   
       wp_woocommerce_bis_notificationsmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_woocommerce_exported_csv_items: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_woocommerce_gpf_google_taxonomy: Data: 1.52MB + Index: 0.13MB + Engine InnoDB
   
       wp_woocommerce_prl_deploymentmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_woocommerce_prl_deployments: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
   
       wp_woocommerce_prl_frequencies: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_woocommerce_prl_tracking_clicks: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
   
       wp_woocommerce_prl_tracking_conversions: Data: 0.02MB + Index: 0.05MB + Engine InnoDB
   
       wp_woocommerce_prl_tracking_views: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_wotv_woo_track_info: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_wpfm_backup: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_wpfm_shortcodes: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_wpil_keywords: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_wpil_search_console_data: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_wpmailsmtp_attachment_files: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_wpmailsmtp_debug_events: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_wpmailsmtp_emails_log: Data: 44.52MB + Index: 1.63MB + Engine InnoDB
   
       wp_wpmailsmtp_email_attachments: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_wpmailsmtp_email_tracking_events: Data: 0.11MB + Index: 0.11MB + Engine InnoDB
   
       wp_wpmailsmtp_email_tracking_links: Data: 0.50MB + Index: 0.08MB + Engine InnoDB
   
       wp_wpmailsmtp_tasks_meta: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       wp_wpmdbglobal_blogmeta: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_wpmdbglobal_blogs: Data: 0.02MB + Index: 0.03MB + Engine InnoDB
   
       wp_wpmdbglobal_registration_log: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_wpmdbglobal_signups: Data: 0.02MB + Index: 0.06MB + Engine InnoDB
   
       wp_wpmdbglobal_site: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_wpmdbglobal_sitemeta: Data: 0.08MB + Index: 0.03MB + Engine InnoDB
   
       wp_wpmf_s3_queue: Data: 0.02MB + Index: 0.02MB + Engine InnoDB
   
       wp_wpstg_queue: Data: 0.02MB + Index: 0.00MB + Engine InnoDB
   
       ### Post Type Counts ###
   
       aco_product_table: 1
   
       attachment: 126844
   
       aw_workflow: 2
   
       br_filters_group: 3
   
       br_product_filter: 6
   
       br_product_tab: 5
   
       br_tabs_location: 1
   
       cookielawinfo: 6
   
       ct_size_guide: 2
   
       custom_css: 2
   
       customize_changeset: 13
   
       def_reg_fields: 10
   
       elementor_library: 118
   
       forminator_forms: 3
   
       jet-smart-filters: 1
   
       jt-product-table: 1
   
       language_switcher: 4
   
       marketking_field: 6
   
       marketking_group: 1
   
       marketking_mpack: 3
   
       marketking_option: 2
   
       marketking_vitem: 2
   
       nav_menu_item: 75
   
       ninja-table: 2
   
       oembed_cache: 61
   
       page: 50
   
       polylang_mo: 3
   
       portfolio: 8
   
       post: 9
   
       postman_sent_mail: 5
   
       product: 1521
   
       product_variation: 7288
   
       product-feed: 5
   
       product-notices-cpt: 14
   
       question_answer: 45
   
       rank_math_schema: 4
   
       revision: 334
   
       shop_coupon: 97
   
       shop_order: 982
   
       shop_order_refund: 90
   
       snitch: 30140
   
       taxopress_logs: 898
   
       team: 4
   
       vi_wad_draft_product: 1887
   
       viwcpf_filter_block: 4
   
       viwcpf_filter_menu: 1
   
       viwec_template: 16
   
       w_default_attributes: 4
   
       wacv_email_template: 4
   
       wc_order_email: 1
   
       wc_order_status: 10
   
       wc_product_table: 1
   
       wcb: 159
   
       wcpf_item: 4
   
       wcpf_project: 1
   
       wcsts_ticket: 39
   
       wcsts_ticket_message: 108
   
       wfacp_checkout: 1
   
       wpc_product_faq: 5
   
       wpc_product_table: 1
   
       wpcode: 2
   
       wpt_product_table: 1
   
       wpwautoposterlogs: 2
   
       wpwsapquickshare: 1
   
       xlwcty_thankyou: 1
   
       yith_wc_surveys: 5
   
       yith_wcan_preset: 2
   
       yith-wccos-ostatus: 4
   
       yith-wcgpf-feed: 2
   
       yith-wcgpf-template: 2
   
       ywpi-pdf-template: 2344
   
       ywrac_email: 2
   
       ### Security ###
   
       Secure connection (HTTPS): ✔
   
       Hide errors from visitors: ✔
   
       ### Active Plugins (53) ###
   
       Autoptimize: by Frank Goossens (futtta) – 3.1.8.1
   
       Product Feed Manager for WooCommerce PRO: by RexTheme – 6.4.5
   
       Product Feed Manager for WooCommerce: by RexTheme – 7.3.13
   
       Cancel order request for WooCommerce: by PI Websolution – 1.3.3.21
   
       ChinaDS - Taobao Dropshipping and Fulfillment for WooCommerce: by VillaTheme – 1.0.0
   
       Classic Editor: by WordPress Contributors – 1.6.3
   
       Code Snippets: by Code Snippets Pro – 3.5.0
   
       Dokan: by weDevs – 3.9.0
   
       Dokan Pro: by weDevs – 3.9.0
   
       GTM4WP: by Thomas Geiger – 1.18.1
   
       Elementor Pro: by Elementor.com – 3.16.2
   
       Elementor: by Elementor.com – 3.16.4
   
       EU Cookies Bar: by VillaTheme – 1.0.12
   
       Facebook Chat Plugin - Live Chat Plugin for WordPress: by Meta – 2.5
   
       Instant Indexing: by Rank Math – 1.1.17
   
       Forminator: by WPMU DEV – 1.26.0
   
       Google Listings and Ads: by WooCommerce – 2.5.8
   
       GTranslate: by Translate AI Multilingual Solutions – 3.0.4
   
       Infinite Scroll Elementor: by Joy Chetry – 2.4.1
   
       WPCode Lite: by WPCode – 2.1.3.1
   
       Leira Letter Avatar: by Ariel – 1.3.7
   
       Loco Translate: by Tim Whitlock – 2.6.6
   
       Media File Renamer: Rename Files (Manual, Auto & AI) (Pro): by Jordy Meow – 5.6.9
   
       Nginx Helper: by rtCamp – 2.2.0
   
       Savoy Theme - Content Elements: by NordicMade – 1.6.4
   
       Savoy Theme - Settings Panel: by NordicMade – 1.2.1
   
       Regenerate Thumbnails: by Alex Mills (Viper007Bond) – 3.1.6
   
       Rank Math SEO PRO: by Rank Math – 3.0.46
   
       Rank Math SEO: by Rank Math – 1.0.203
   
       Shortcode in Menus: by Gagan Deep Singh – 3.5.1
   
       SVG Support: by Benbodhi – 2.5.5
   
       TOP Table Of Contents: by BoomDevs – 1.3.9
   
       Tumult Hype Animations: by  – 1.9.9
   
       WooCommerce Load Group Attributes Product: by Ali Zarei – 1.0.0
   
       Product Feed PRO for WooCommerce: by AdTribes.io – 13.0.1
   
       Variation Swatches for WooCommerce - Pro: by Emran Ahmed – 2.0.26
   
       Variation Swatches for WooCommerce: by Emran Ahmed – 2.0.26
   
       ALD - Aliexpress Dropshipping and Fulfillment for WooCommerce: by VillaTheme(villatheme.com) – 2.0.0
   
       WooCommerce Coupon Box Premium: by VillaTheme – 2.1.0
   
       WooCommerce Email Template Customizer Premium: by VillaTheme – 1.2.0
   
       WooCommerce Free Shipping Bar Premium: by VillaTheme – 1.2.0
   
       CURCY - WooCommerce Multi Currency Premium: by VillaTheme – 2.2.5
   
       WooCommerce Orders Tracking Premium: by VillaTheme – 1.1.8
   
       WooCommerce PayPal Payments: by WooCommerce – 2.3.1
   
       PDF Invoices & Packing Slips for WooCommerce: by WP Overnight – 3.6.3
   
       WooCommerce Photo Reviews Premium: by VillaTheme – 1.3.10
   
       WooCommerce Support Ticket System: by Lagudi Domenico – 16.8
   
       WooCommerce: by Automattic – 8.1.1
   
       YITH WooCommerce Custom Order Status Premium: by YITH – 1.27.0
   
       WP Offload Media: by Delicious Brains – 3.2.5
   
       WP Mail SMTP Pro: by WP Mail SMTP – 3.8.2
   
       Nginx Helper: by rtCamp – 2.2.0
   
       Wordfence Security: by Wordfence – 7.10.4
   
       ### Settings ###
   
       API Enabled: –
   
       Force SSL: –
   
       Currency: USD ($)
   
       Currency Position: left
   
       Thousand Separator: ,
   
       Decimal Separator: .
   
       Number of Decimals: 2
   
       Taxonomies: Product Types: external (external)
   
       grouped (grouped)
   
       simple (simple)
   
       variable (variable)
   
       Taxonomies: Product Visibility: exclude-from-catalog (exclude-from-catalog)
   
       exclude-from-filtered (exclude-from-filtered)
   
       exclude-from-search (exclude-from-search)
   
       featured (featured)
   
       outofstock (outofstock)
   
       rated-1 (rated-1)
   
       rated-2 (rated-2)
   
       rated-3 (rated-3)
   
       rated-4 (rated-4)
   
       rated-5 (rated-5)
   
       Connected to WooCommerce.com: –
   
       Enforce Approved Product Download Directories: –
   
       HPOS feature screen enabled: –
   
       HPOS feature enabled: –
   
       Order datastore: WC_Order_Data_Store_CPT
   
       HPOS data sync enabled: –
   
       ### WC Pages ###
   
       Shop base: #769 - /shop/
   
       Cart: #770 - /cart/
   
       Checkout: #771 - /checkout/
   
       My account: #772 - /my-account/
   
       Terms and conditions: #105483 - /terms-of-service/
   
       ### Theme ###
   
       Name: Savoy Child
   
       Version: 1.0
   
       Author URL: http://www.nordicmade.com
   
       Child Theme: ✔
   
       Parent Theme Name: Savoy
   
       Parent Theme Version: 2.8.6
   
       Parent Theme Author URL: http://www.nordicmade.com
   
       WooCommerce Support: ✔
   
       ### Templates ###
   
       Overrides: savoy/woocommerce/archive-product.php
   
       savoy/woocommerce/cart/cart-empty.php
   
       savoy/woocommerce/cart/cart-item-data.php
   
       savoy/woocommerce/cart/cart-shipping.php
   
       savoy/woocommerce/cart/cart-totals.php
   
       savoy/woocommerce/cart/cart.php
   
       savoy/woocommerce/cart/cross-sells.php
   
       savoy/woocommerce/cart/mini-cart.php
   
       savoy/woocommerce/cart/proceed-to-checkout-button.php
   
       savoy/woocommerce/cart/shipping-calculator.php
   
       savoy/woocommerce/checkout/cart-errors.php
   
       savoy/woocommerce/checkout/form-billing.php
   
       savoy/woocommerce/checkout/form-checkout.php
   
       savoy/woocommerce/checkout/form-coupon.php
   
       savoy/woocommerce/checkout/form-login.php
   
       savoy/woocommerce/checkout/form-pay.php
   
       savoy/woocommerce/checkout/form-shipping.php
   
       savoy/woocommerce/checkout/order-received.php
   
       savoy/woocommerce/checkout/payment-method.php
   
       savoy/woocommerce/checkout/payment.php
   
       savoy/woocommerce/checkout/review-order.php
   
       savoy/woocommerce/checkout/terms.php
   
       savoy/woocommerce/checkout/thankyou.php
   
       savoy/woocommerce/content-product.php
   
       savoy/woocommerce/content-single-product.php
   
       savoy/woocommerce/content-widget-price-filter.php
   
       savoy/woocommerce/content-widget-product.php
   
       savoy/woocommerce/content-widget-reviews.php
   
       savoy/woocommerce/global/breadcrumb.php
   
       savoy/woocommerce/global/form-login.php
   
       savoy/woocommerce/global/quantity-input.php
   
       savoy/woocommerce/global/sidebar.php
   
       savoy/woocommerce/global/wrapper-end.php
   
       savoy/woocommerce/global/wrapper-start.php
   
       savoy/woocommerce/loop/add-to-cart.php
   
       savoy/woocommerce/loop/loop-end.php
   
       savoy/woocommerce/loop/loop-start.php
   
       savoy/woocommerce/loop/no-products-found.php
   
       savoy/woocommerce/loop/pagination.php
   
       savoy/woocommerce/loop/price.php
   
       savoy/woocommerce/loop/rating.php
   
       savoy/woocommerce/loop/sale-flash.php
   
       savoy/woocommerce/myaccount/dashboard.php
   
       savoy/woocommerce/myaccount/downloads.php
   
       savoy/woocommerce/myaccount/form-add-payment-method.php
   
       savoy/woocommerce/myaccount/form-edit-account.php
   
       savoy/woocommerce/myaccount/form-edit-address.php
   
       savoy/woocommerce/myaccount/form-login.php
   
       savoy/woocommerce/myaccount/form-lost-password.php
   
       savoy/woocommerce/myaccount/form-reset-password.php
   
       savoy/woocommerce/myaccount/lost-password-confirmation.php
   
       savoy/woocommerce/myaccount/my-account.php
   
       savoy/woocommerce/myaccount/my-address.php
   
       savoy/woocommerce/myaccount/navigation.php
   
       savoy/woocommerce/myaccount/orders.php
   
       savoy/woocommerce/myaccount/payment-methods.php
   
       savoy/woocommerce/myaccount/view-order.php
   
       savoy/woocommerce/notices/error.php
   
       savoy/woocommerce/notices/notice.php
   
       savoy/woocommerce/notices/success.php
   
       savoy/woocommerce/order/form-tracking.php
   
       savoy/woocommerce/order/order-again.php
   
       savoy/woocommerce/order/order-details-customer.php
   
       savoy/woocommerce/order/order-details-item.php
   
       savoy/woocommerce/order/order-details.php
   
       savoy/woocommerce/order/tracking.php
   
       savoy/woocommerce/product-searchform.php
   
       savoy/woocommerce/single-product/add-to-cart/external.php
   
       savoy/woocommerce/single-product/add-to-cart/grouped.php
   
       savoy/woocommerce/single-product/add-to-cart/simple.php
   
       savoy/woocommerce/single-product/add-to-cart/variable.php
   
       savoy/woocommerce/single-product/add-to-cart/variation-add-to-cart-button.php
   
       savoy/woocommerce/single-product/add-to-cart/variation.php
   
       savoy/woocommerce/single-product/meta.php
   
       savoy/woocommerce/single-product/photoswipe.php
   
       savoy/woocommerce/single-product/price.php
   
       savoy/woocommerce/single-product/product-attributes.php
   
       savoy/woocommerce/single-product/product-image.php
   
       savoy/woocommerce/single-product/product-thumbnails.php
   
       savoy/woocommerce/single-product/rating.php
   
       savoy/woocommerce/single-product/related.php
   
       savoy/woocommerce/single-product/review-meta.php
   
       savoy/woocommerce/single-product/review-rating.php
   
       savoy/woocommerce/single-product/review.php
   
       savoy/woocommerce/single-product/sale-flash.php
   
       savoy/woocommerce/single-product/share.php
   
       savoy/woocommerce/single-product/short-description.php
   
       savoy/woocommerce/single-product/stock.php
   
       savoy/woocommerce/single-product/tabs/additional-information.php
   
       savoy/woocommerce/single-product/tabs/description.php
   
       savoy/woocommerce/single-product/tabs/tabs.php
   
       savoy/woocommerce/single-product/title.php
   
       savoy/woocommerce/single-product/up-sells.php
   
       savoy/woocommerce/single-product-reviews.php
   
       savoy/woocommerce/single-product.php
   
       savoy/woocommerce/taxonomy-product-cat.php
   
       savoy/woocommerce/taxonomy-product-tag.php
   
       savoy/woocommerce/content-product_cat.php
   
       ### WooCommerce PayPal Payments ###
   
       Onboarded: ✔
   
       Shop country code: US
   
       WooCommerce currency supported: ✔
   
       Advanced Card Processing available in country: ✔
   
       Pay Later messaging available in country: ✔
   
       Webhook status: ✔
   
       PayPal Vault enabled: –
   
       ACDC Vault enabled: –
   
       Logging enabled: ✔
   
       Reference Transactions: –
   
       Used PayPal Checkout plugin: ✔
   
       Subscriptions Mode: Disabled
   
       ### Admin ###
   
       Enabled Features: activity-panels
   
       analytics
   
       product-block-editor
   
       coupons
   
       core-profiler
   
       customer-effort-score-tracks
   
       import-products-task
   
       experimental-fashion-sample-products
   
       shipping-smart-defaults
   
       shipping-setting-tour
   
       homescreen
   
       marketing
   
       mobile-app-banner
   
       navigation
   
       onboarding
   
       onboarding-tasks
   
       remote-inbox-notifications
   
       remote-free-extensions
   
       payment-gateway-suggestions
   
       shipping-label-banner
   
       subscriptions
   
       store-alerts
   
       transient-notices
   
       woo-mobile-welcome
   
       wc-pay-promotion
   
       wc-pay-welcome-page
   
       Disabled Features: customize-store
   
       minified-js
   
       new-product-management-experience
   
       product-variation-management
   
       settings
   
       async-product-editor-category-field
   
       Daily Cron: ✔ Next scheduled: 2023-10-10 15:40:14 -08:00
   
       Options: ✔
   
       Notes: 21
   
       Onboarding: completed
   
       ### Action Scheduler ###
   
       Complete: 32,454
   
       Oldest: 2023-09-09 02:30:23 +0000
   
       Newest: 2023-10-10 01:28:51 +0000
   
       Failed: 1,536
   
       Oldest: 2023-01-13 13:16:15 +0000
   
       Newest: 2023-10-09 10:27:17 +0000
   
       Pending: 11
   
       Oldest: 2023-10-10 02:18:46 +0000
   
       Newest: 2023-10-16 02:18:46 +0000
   
       ### Status report information ###
   
       Generated at: 2023-10-09 18:02:41 -08:00
       ```
   
 * Here is our setting on Woocommerce Paypal setting:
 * We already switch from Sandbox mode:
 * [https://prnt.sc/7FqNgpi0B2Je](https://prnt.sc/7FqNgpi0B2Je)
 *  To LIVE mode:
 * [https://prnt.sc/keeEAOPcslok](https://prnt.sc/keeEAOPcslok)
 * Please note that I already enabled the logging, and I noted that it persist producing
   the Sandbox error log:
 * [https://prnt.sc/14RUJxQceid0](https://prnt.sc/14RUJxQceid0)
 * and here is log:
 *     ```wp-block-code
       2023-10-10T00:00:29+00:00 DEBUG POST https://api.paypal.com/v1/notifications/verify-webhook-signature
   
       Request Body: {"transmission_id":"17fb2100-6643-11ee-a7a4-8fbb3816955d","transmission_time":"2023-10-09T01:28:04Z","cert_url":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/certs\/CERT-360caa42-fca2a594-2d7ab011","auth_algo":"SHA256withRSA","transmission_sig":"pq1c\/JmaB50QXW2MxUBf+0GIRDa5Z4miKFQD3gcHJISVp0sJRS9wm8SZmkHNF5GxnGisNhreA96d9wRy79QSSiMGromEe7y00IWFiksUpdHt0OYXxL8Tlf+dVNoHPhXS8BQVo+O2Uewa5ELgf4oXfXlRRdbiW5DvQ634tjJ9l1LIX5fTNgDq9QDdt67gZtoVkLiObt1sOk5uL17mea1BG81G+oA\/2g2DqE1SoEEDKmlJmcdRNod7t91jVryTT\/j8F5wkH0bVAclWJc2JQFeK7Y4tEk9DKQh\/gxet2TWUG7b2aNYSJrznmm7MPjR8fQ2cFsVHf7KvZRwjsD\/TV6+Fkw==","webhook_id":"210182545N0403059","webhook_event":{"id":"WH-4V8263065E882760H-18N91277WY2103736","event_version":"1.0","create_time":"2023-10-09T00:31:24.588Z","resource_type":"capture","resource_version":"2.0","event_type":"PAYMENT.CAPTURE.COMPLETED","summary":"Payment completed for GBP 10.26 GBP","resource":{"amount":{"value":"10.26","currency_code":"GBP"},"seller_protection":{"status":"NOT_ELIGIBLE"},"create_time":"2023-10-09T00:31:19Z","custom_id":"1878941","payee":{"email_address":"sb-o6mq815356167@business.example.com","merchant_id":"NQ26XE3RHMGU6"},"supplementary_data":{"related_ids":{"order_id":"2NT211285X378035J"}},"update_time":"2023-10-09T00:31:19Z","final_capture":true,"seller_receivable_breakdown":{"paypal_fee":{"value":"0.60","currency_code":"GBP"},"gross_amount":{"value":"10.26","currency_code":"GBP"},"net_amount":{"value":"9.66","currency_code":"GBP"}},"invoice_id":"LOVCOUR-1878941","links":[{"method":"GET","rel":"self","href":"https:\/\/api.sandbox.paypal.com\/v2\/payments\/captures\/6L947413BX471860B"},{"method":"POST","rel":"refund","href":"https:\/\/api.sandbox.paypal.com\/v2\/payments\/captures\/6L947413BX471860B\/refund"},{"method":"GET","rel":"up","href":"https:\/\/api.sandbox.paypal.com\/v2\/checkout\/orders\/2NT211285X378035J"}],"id":"6L947413BX471860B","status":"COMPLETED"},"links":[{"href":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/webhooks-events\/WH-4V8263065E882760H-18N91277WY2103736","rel":"self","method":"GET"},{"href":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/webhooks-events\/WH-4V8263065E882760H-18N91277WY2103736\/resend","rel":"resend","method":"POST"}]}}
   
       Response Debug ID: 2bbd14d2612c5
   
       Response: Array
   
       (
   
           [code] => 200
   
           [message] => OK
   
       )
   
       2023-10-10T00:00:29+00:00 ERROR Webhook verification failed.
   
       2023-10-10T00:02:02+00:00 DEBUG POST https://api.paypal.com/v1/notifications/verify-webhook-signature
   
       Request Body: {"transmission_id":"ed786870-6642-11ee-ac15-b3c35aff666b","transmission_time":"2023-10-09T01:26:53Z","cert_url":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/certs\/CERT-360caa42-fca2a594-2d7ab011","auth_algo":"SHA256withRSA","transmission_sig":"Fc9sKV+d+J8Sfz687MHaQfpJQ+QhaLMmt6LGP7PFwGf0ulSLhYzl8gr\/xeejzKMMY+lt0igLGnQ1O+RqhuLsLOqkkArcnc6MsPRMGIqpoC2IfMAWviXayXTDHTKAQBtNs10b46l\/ma3c6qh6dg4eDpB9i9e6T3E69v9vU4qtgwj6l186Z7pv6LvPaxGamG2XNxoV94B0AD29ZylNKkzL5\/hjk+j8iXql3lmPzSwdTF\/9Cnb\/x3lvFNh4SRC61IZVHIVmPAuFS\/addk7GkhWSmXsePqzts9js+zakvD2BhlnmiNEeSkhk3VRGpMtjgWvZRrgJVnH52MR3rBipXdeDbw==","webhook_id":"210182545N0403059","webhook_event":{"id":"WH-3VC3911596882105L-6BE58254DW0692923","event_version":"1.0","create_time":"2023-10-09T01:26:45.813Z","resource_type":"capture","resource_version":"2.0","event_type":"PAYMENT.CAPTURE.COMPLETED","summary":"Payment completed for EUR 11.82 EUR","resource":{"amount":{"value":"11.82","currency_code":"EUR"},"seller_protection":{"status":"NOT_ELIGIBLE"},"create_time":"2023-10-09T01:26:40Z","custom_id":"1878945","payee":{"email_address":"sb-o6mq815356167@business.example.com","merchant_id":"NQ26XE3RHMGU6"},"supplementary_data":{"related_ids":{"order_id":"1AL70165BR630432A"}},"update_time":"2023-10-09T01:26:40Z","final_capture":true,"seller_receivable_breakdown":{"paypal_fee":{"value":"0.81","currency_code":"EUR"},"gross_amount":{"value":"11.82","currency_code":"EUR"},"net_amount":{"value":"11.01","currency_code":"EUR"}},"invoice_id":"LOVCOUR-1878945","links":[{"method":"GET","rel":"self","href":"https:\/\/api.sandbox.paypal.com\/v2\/payments\/captures\/3A943022TB3900303"},{"method":"POST","rel":"refund","href":"https:\/\/api.sandbox.paypal.com\/v2\/payments\/captures\/3A943022TB3900303\/refund"},{"method":"GET","rel":"up","href":"https:\/\/api.sandbox.paypal.com\/v2\/checkout\/orders\/1AL70165BR630432A"}],"id":"3A943022TB3900303","status":"COMPLETED"},"links":[{"href":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/webhooks-events\/WH-3VC3911596882105L-6BE58254DW0692923","rel":"self","method":"GET"},{"href":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/webhooks-events\/WH-3VC3911596882105L-6BE58254DW0692923\/resend","rel":"resend","method":"POST"}]}}
   
       Response Debug ID: 735754807be2f
   
       Response: Array
   
       (
   
           [code] => 200
   
           [message] => OK
   
       )
   
       2023-10-10T00:02:02+00:00 ERROR Webhook verification failed.
   
       2023-10-10T00:04:26+00:00 DEBUG POST https://api.paypal.com/v1/notifications/verify-webhook-signature
   
       Request Body: {"transmission_id":"183c21a0-6643-11ee-a684-35ab449c9d64","transmission_time":"2023-10-09T01:28:05Z","cert_url":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/certs\/CERT-360caa42-fca2a594-2d7ab011","auth_algo":"SHA256withRSA","transmission_sig":"LwIRdKE+ssKIMCYhU91Wh0JtOKb9RAmenNFgtKyGiiQ1VNRHtgko5\/jTAwYvkYI9VTpss4MG0L1qbe0b+lyiGbojVSZ82NUigC92ye3P16qpzGfGHgjo+xdY\/XY9mMD9uJorAStRK6Jkyhz57mpXeCrFvAlCTuHzhw3F+CzuMXuBRRzhoTgPxeJhqB2L3ptEo2OKR9QfXxWqJTXTLBANtmmt+6D5fSFQ3Xp6Vvp9uW0SJzp8b1kPZBH\/dYAhKz7JxtSj6Uq9V0G5LJ0TaQvpfJbFpWpsFBzz5FxkZeFYsFQSqLz7LEqPiZPwsfjUyX0Gb3ZOWmOobuhYdYSbb6xs3w==","webhook_id":"210182545N0403059","webhook_event":{"id":"WH-7S165065YB016144B-3YP96214CG272201P","event_version":"1.0","create_time":"2023-10-09T00:38:47.055Z","resource_type":"capture","resource_version":"2.0","event_type":"PAYMENT.CAPTURE.COMPLETED","summary":"Payment completed for AUD 18.05 AUD","resource":{"amount":{"value":"18.05","currency_code":"AUD"},"seller_protection":{"status":"NOT_ELIGIBLE"},"create_time":"2023-10-09T00:38:42Z","custom_id":"1878942","payee":{"email_address":"sb-o6mq815356167@business.example.com","merchant_id":"NQ26XE3RHMGU6"},"supplementary_data":{"related_ids":{"order_id":"8EG094494T8618505"}},"update_time":"2023-10-09T00:38:42Z","final_capture":true,"seller_receivable_breakdown":{"paypal_fee":{"value":"1.00","currency_code":"AUD"},"gross_amount":{"value":"18.05","currency_code":"AUD"},"net_amount":{"value":"17.05","currency_code":"AUD"}},"invoice_id":"LOVCOUR-1878942","links":[{"method":"GET","rel":"self","href":"https:\/\/api.sandbox.paypal.com\/v2\/payments\/captures\/3WG45570B6392231G"},{"method":"POST","rel":"refund","href":"https:\/\/api.sandbox.paypal.com\/v2\/payments\/captures\/3WG45570B6392231G\/refund"},{"method":"GET","rel":"up","href":"https:\/\/api.sandbox.paypal.com\/v2\/checkout\/orders\/8EG094494T8618505"}],"id":"3WG45570B6392231G","status":"COMPLETED"},"links":[{"href":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/webhooks-events\/WH-7S165065YB016144B-3YP96214CG272201P","rel":"self","method":"GET"},{"href":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/webhooks-events\/WH-7S165065YB016144B-3YP96214CG272201P\/resend","rel":"resend","method":"POST"}]}}
   
       Response Debug ID: 11038c88a1d78
   
       Response: Array
   
       (
   
           [code] => 200
   
           [message] => OK
   
       )
   
       2023-10-10T00:04:26+00:00 ERROR Webhook verification failed.
   
       2023-10-10T00:06:44+00:00 DEBUG POST https://api.paypal.com/v1/notifications/verify-webhook-signature
   
       Request Body: {"transmission_id":"70d4a490-6643-11ee-a684-35ab449c9d64","transmission_time":"2023-10-09T01:30:33Z","cert_url":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/certs\/CERT-360caa42-fca2a594-2d7ab011","auth_algo":"SHA256withRSA","transmission_sig":"ajrpxbFSj\/r6mh7t96Y7zUO0lylRjG1erWbs65Tbrwa2dgbpkpLPukWBFU55eOj4Mm\/QwXb+7ptJYDzU6BxZcHl\/pfu8YJrXahkSnamVX203mHDxCEcHQGOhxd2PWUIE1N9053rIuGFheO0uC0jtn3S\/AEYp\/fbkfVhPa9JwEmLkwDPZz5z\/B4oAOrzGZ\/6J16ShMdOkFqtEpZwFXI4oct3XtngSEuJ6N1dlfzDnKy\/sW4pw155YUqKiVHZd1G+uxGZJauIkX7ApxCH9Frfc1yYZ7b1x1FOYhKvchQmPtYI+Z67DmL0+YohjNYcp26Zl2wq7eJwpAsXLxfUtOuSZmg==","webhook_id":"210182545N0403059","webhook_event":{"id":"WH-3F86543405910764G-0JL93757SP858860T","event_version":"1.0","create_time":"2023-10-09T01:30:22.332Z","resource_type":"checkout-order","resource_version":"2.0","event_type":"CHECKOUT.ORDER.APPROVED","summary":"An order has been approved by buyer","resource":{"create_time":"2023-10-09T01:30:01Z","purchase_units":[{"reference_id":"default","amount":{"currency_code":"EUR","value":"11.82","breakdown":{"item_total":{"currency_code":"EUR","value":"9.69"},"shipping":{"currency_code":"EUR","value":"0.00"},"tax_total":{"currency_code":"EUR","value":"2.13"}}},"payee":{"merchant_id":"NQ26XE3RHMGU6","display_data":{"brand_name":"lovcour.com"}},"description":"","custom_id":"pcp_customer_t_21bb9ed5cc323e55a25ba0d2b21d65","soft_descriptor":"Lovcour","items":[{"name":"400\/560 ML Portable GYM Sports Water Bottle, Leak Proof\/ BPA Free - Blue, 400 ML","unit_amount":{"currency_code":"EUR","value":"9.69"},"quantity":"1","description":"","sku":"3256805203415096-400ml-blue","url":"https:\/\/lovcour.com\/shop\/water-coffee-cup\/400-560-ml-portable-gym-sports-water-bottle-leak-proof-bpa-free\/?attribute_pa_color=blue&attribute_pa_capacity=400-ml","image_url":"https:\/\/cdn.lovcour.com\/wp-content\/uploads\/2023\/08\/08194057\/400-560-ml-portable-gym-sports-water-bottle-leak-proof-bpa-free-blue-560-ml.jpg","category":"PHYSICAL_GOODS"}],"shipping":{"name":{"full_name":"John Doe"},"address":{"address_line_1":"san sjo","admin_area_2":"san jose","admin_area_1":"AP","postal_code":"00123","country_code":"IT"}}}],"links":[{"href":"https:\/\/api.sandbox.paypal.com\/v2\/checkout\/orders\/4W191184BK6135832","rel":"self","method":"GET"},{"href":"https:\/\/api.sandbox.paypal.com\/v2\/checkout\/orders\/4W191184BK6135832","rel":"update","method":"PATCH"},{"href":"https:\/\/api.sandbox.paypal.com\/v2\/checkout\/orders\/4W191184BK6135832\/capture","rel":"capture","method":"POST"}],"id":"4W191184BK6135832","payment_source":{"paypal":{"email_address":"sb-dlnje16674616@personal.example.com","account_id":"W62PF8DX9DFS2","account_status":"UNVERIFIED","name":{"given_name":"John","surname":"Doe"},"address":{"address_line_1":"san sjo","admin_area_2":"san jose","admin_area_1":"AP","postal_code":"00123","country_code":"IT"}}},"intent":"CAPTURE","payer":{"name":{"given_name":"John","surname":"Doe"},"email_address":"sb-dlnje16674616@personal.example.com","payer_id":"W62PF8DX9DFS2","address":{"address_line_1":"san sjo","admin_area_2":"san jose","admin_area_1":"AP","postal_code":"00123","country_code":"IT"}},"status":"APPROVED"},"links":[{"href":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/webhooks-events\/WH-3F86543405910764G-0JL93757SP858860T","rel":"self","method":"GET"},{"href":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/webhooks-events\/WH-3F86543405910764G-0JL93757SP858860T\/resend","rel":"resend","method":"POST"}]}}
   
       Response Debug ID: eaf1b8d6cefb3
   
       Response: Array
   
       (
   
           [code] => 200
   
           [message] => OK
   
       )
   
       2023-10-10T00:06:44+00:00 ERROR Webhook verification failed.
   
       2023-10-10T00:40:26+00:00 DEBUG POST https://api.paypal.com/v1/notifications/verify-webhook-signature
   
       Request Body: {"transmission_id":"cb6cfce0-6648-11ee-a87e-a357121c7b3a","transmission_time":"2023-10-09T02:08:53Z","cert_url":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/certs\/CERT-360caa42-fca2a594-2d7ab011","auth_algo":"SHA256withRSA","transmission_sig":"ANRoENP9I3dIgqvWRJ6HEVbnjf2cOQ0pCUFvsK5xvRbFDZ+oAepJ3A8XFheyguhdvLo5+brCATbjvCDaGB4Gz1alpkxBvYThHAb1+8uTzsXpBKclVFLEzb7QiMdwGizQ7rEAWaUjAS51EY\/WtipX9z3CXZQDwtmcI62yL65Y+UF3NxM2kpIcJkUDaL0SiSmKQcMJ5dugsPtRsKDTzPjBVYOiVhtev8WSiIggRCO9isw2th8XC6c5NGkqdJK9vaeejjq4+YefMEm4KIhcMaCz0YqxaGU\/UitjPKKweX1PKOkQiWBa58xFy3nYWamjAjVHqADA57ip9Vd7HN0fmMQzuA==","webhook_id":"210182545N0403059","webhook_event":{"id":"WH-8TC923130U095240H-20043926X91474054","event_version":"1.0","create_time":"2023-10-09T02:08:48.549Z","resource_type":"checkout-order","resource_version":"2.0","event_type":"CHECKOUT.ORDER.APPROVED","summary":"An order has been approved by buyer","resource":{"create_time":"2023-10-09T02:08:32Z","purchase_units":[{"reference_id":"default","amount":{"currency_code":"USD","value":"34.75","breakdown":{"item_total":{"currency_code":"USD","value":"31.59"},"shipping":{"currency_code":"USD","value":"0.00"},"tax_total":{"currency_code":"USD","value":"3.16"}}},"payee":{"merchant_id":"NQ26XE3RHMGU6","display_data":{"brand_name":"lovcour.com"}},"description":"","custom_id":"pcp_customer_t_bb38d6b722f49e14d0cb1fb7299b13","soft_descriptor":"Lovcour","items":[{"name":"19 inch Anti Theft Backpack College School Backpack for 15.6 Inch Laptop - Pink","unit_amount":{"currency_code":"USD","value":"31.59"},"quantity":"1","description":"","sku":"3256805524082620-pink","url":"https:\/\/lovcour.com\/shop\/laptop-backpacks\/19-inch-anti-theft-backpack-college-school-backpack-for-15-6-inch-laptop\/?attribute_pa_color=pink","image_url":"https:\/\/cdn.lovcour.com\/wp-content\/uploads\/2023\/10\/07195222\/19-inch-anti-theft-backpack-college-school-backpack-for-156-inch-laptop-pink.jpg","category":"PHYSICAL_GOODS"}],"shipping":{"name":{"full_name":"John Doe"},"address":{"address_line_1":"san jose","admin_area_2":"san jose","admin_area_1":"CA","postal_code":"95114","country_code":"US"}}}],"links":[{"href":"https:\/\/api.sandbox.paypal.com\/v2\/checkout\/orders\/3W835901R1976370W","rel":"self","method":"GET"},{"href":"https:\/\/api.sandbox.paypal.com\/v2\/checkout\/orders\/3W835901R1976370W","rel":"update","method":"PATCH"},{"href":"https:\/\/api.sandbox.paypal.com\/v2\/checkout\/orders\/3W835901R1976370W\/capture","rel":"capture","method":"POST"}],"id":"3W835901R1976370W","payment_source":{"paypal":{"email_address":"sb-ox84h16708445@personal.example.com","account_id":"B4U7TBRAXH5C2","account_status":"UNVERIFIED","name":{"given_name":"John","surname":"Doe"},"address":{"address_line_1":"san jose","admin_area_2":"san jose","admin_area_1":"CA","postal_code":"95114","country_code":"US"}}},"intent":"CAPTURE","payer":{"name":{"given_name":"John","surname":"Doe"},"email_address":"sb-ox84h16708445@personal.example.com","payer_id":"B4U7TBRAXH5C2","address":{"address_line_1":"san jose","admin_area_2":"san jose","admin_area_1":"CA","postal_code":"95114","country_code":"US"}},"status":"APPROVED"},"links":[{"href":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/webhooks-events\/WH-8TC923130U095240H-20043926X91474054","rel":"self","method":"GET"},{"href":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/webhooks-events\/WH-8TC923130U095240H-20043926X91474054\/resend","rel":"resend","method":"POST"}]}}
   
       Response Debug ID: 26c57be0e73ce
   
       Response: Array
   
       (
   
           [code] => 200
   
           [message] => OK
   
       )
   
       2023-10-10T00:40:26+00:00 ERROR Webhook verification failed.
   
       2023-10-10T01:23:51+00:00 DEBUG GET https://api.paypal.com/v1/customer/partners/K8SKZ36LQBWXJ/merchant-integrations/L8RG84VJH8R8G
   
       Response Debug ID: abf6ec76c657f
   
       Response: Array
   
       (
   
           [code] => 200
   
           [message] => OK
   
       )
   
       2023-10-10T01:24:02+00:00 DEBUG GET https://api.paypal.com/v1/notifications/webhooks
   
       Response Debug ID: 4f1a437b3036c
   
       Response: Array
   
       (
   
           [code] => 200
   
           [message] => OK
   
       )
   
       2023-10-10T01:24:05+00:00 DEBUG GET https://api.paypal.com/v1/notifications/webhooks
   
       Response Debug ID: bedd24dbbbc3a
   
       Response: Array
   
       (
   
           [code] => 200
   
           [message] => OK
   
       )
   
       2023-10-10T01:25:40+00:00 DEBUG GET https://api.paypal.com/v1/notifications/webhooks
   
       Response Debug ID: 0878adf432e81
   
       Response: Array
   
       (
   
           [code] => 200
   
           [message] => OK
   
       )
   
       2023-10-10T01:25:44+00:00 DEBUG GET https://api.paypal.com/v1/notifications/webhooks
   
       Response Debug ID: 904a90007805f
   
       Response: Array
   
       (
   
           [code] => 200
   
           [message] => OK
   
       )
   
       2023-10-10T01:46:59+00:00 DEBUG POST https://api.paypal.com/v1/notifications/verify-webhook-signature
   
       Request Body: {"transmission_id":"fef5b640-6640-11ee-a87e-a357121c7b3a","transmission_time":"2023-10-09T01:13:03Z","cert_url":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/certs\/CERT-360caa42-fca2a594-2d7ab011","auth_algo":"SHA256withRSA","transmission_sig":"kxIpjxKGa8S+lav0X9kRRwezlI2xwwPU8YsPDA92mhRERGUL5HtOyegexMnZGvdickQixq5CbNzTDRZfqPpO8qRYE6oEKvk4lKRm+3EKP1XY8uU6\/K+jSFtVjs9ipQB4d4k+IX5cFfEeZ5az4LlRH0hCc1NfWB2GBQdIqHlG5YtecQB2uKAycHklf2YaoaeH4PoZEJfCJZE25zHui7gPtyY0waNdhCTStYJ18PKTK0roiGIpApkul2TkeOhoCWQlhgsaFYcYQisSQRxFfHepqeTda2ZEZSs4wFR8kE8Deyb03mpTxJj96QAqb53Yq6dwU763tVhqav\/3fJdBEaTZ4Q==","webhook_id":"210182545N0403059","webhook_event":{"id":"WH-2N732943G0297344R-4S126890R2406713A","event_version":"1.0","create_time":"2023-10-09T01:12:56.233Z","resource_type":"capture","resource_version":"2.0","event_type":"PAYMENT.CAPTURE.COMPLETED","summary":"Payment completed for EUR 11.82 EUR","resource":{"amount":{"value":"11.82","currency_code":"EUR"},"seller_protection":{"status":"NOT_ELIGIBLE"},"create_time":"2023-10-09T01:12:47Z","custom_id":"1878943","payee":{"email_address":"sb-o6mq815356167@business.example.com","merchant_id":"NQ26XE3RHMGU6"},"supplementary_data":{"related_ids":{"order_id":"4FJ62367KS047113D"}},"update_time":"2023-10-09T01:12:47Z","final_capture":true,"seller_receivable_breakdown":{"paypal_fee":{"value":"0.81","currency_code":"EUR"},"gross_amount":{"value":"11.82","currency_code":"EUR"},"net_amount":{"value":"11.01","currency_code":"EUR"}},"invoice_id":"LOVCOUR-1878943","links":[{"method":"GET","rel":"self","href":"https:\/\/api.sandbox.paypal.com\/v2\/payments\/captures\/7FP86976NX9609418"},{"method":"POST","rel":"refund","href":"https:\/\/api.sandbox.paypal.com\/v2\/payments\/captures\/7FP86976NX9609418\/refund"},{"method":"GET","rel":"up","href":"https:\/\/api.sandbox.paypal.com\/v2\/checkout\/orders\/4FJ62367KS047113D"}],"id":"7FP86976NX9609418","status":"COMPLETED"},"links":[{"href":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/webhooks-events\/WH-2N732943G0297344R-4S126890R2406713A","rel":"self","method":"GET"},{"href":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/webhooks-events\/WH-2N732943G0297344R-4S126890R2406713A\/resend","rel":"resend","method":"POST"}]}}
   
       Response Debug ID: 9b997b67ab96b
   
       Response: Array
   
       (
   
           [code] => 200
   
           [message] => OK
   
       )
   
       2023-10-10T01:46:59+00:00 ERROR Webhook verification failed.
   
       2023-10-10T01:55:03+00:00 DEBUG POST https://api.paypal.com/v1/notifications/verify-webhook-signature
   
       Request Body: {"transmission_id":"fec27140-6640-11ee-a87e-a357121c7b3a","transmission_time":"2023-10-09T01:13:03Z","cert_url":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/certs\/CERT-360caa42-fca2a594-2d7ab011","auth_algo":"SHA256withRSA","transmission_sig":"NbnPJAurHOhhbpQGK720eb6dbOXFSAuKwxoRtk6ax3wzyrsNO1LW9fJprtqAJuLcV5glm4j2ppfw+0by\/JnmAhUaWK6k\/X8KFaJ7CSss\/EcuZm0TE7W2UATD5o2FSU62jXGHtvx0l2HjYGwS0iyQ3sdGSp+uIzAmv98NDxTZfSEYD3AWHiO12n6LVpC9fqBMfbcn1TLOngWDWZS6gt\/zZw\/QkUxzRZ\/0A6d5iAoNQ2uWNbd0SrAF2v6DHWkgeueSByPyeV621nOgxoca3AquzLtcTiXW3E4KZ\/174znlZr9U0kJKe\/khGldrB6Ns8ezwXq0hLOwBqJ8XY\/GHhvjBKA==","webhook_id":"210182545N0403059","webhook_event":{"id":"WH-5KA32343LG7508359-0F6386409E660352E","event_version":"1.0","create_time":"2023-10-09T01:12:52.361Z","resource_type":"checkout-order","resource_version":"2.0","event_type":"CHECKOUT.ORDER.APPROVED","summary":"An order has been approved by buyer","resource":{"update_time":"2023-10-09T01:12:47Z","create_time":"2023-10-09T01:12:25Z","purchase_units":[{"reference_id":"default","amount":{"currency_code":"EUR","value":"11.82","breakdown":{"item_total":{"currency_code":"EUR","value":"9.69"},"shipping":{"currency_code":"EUR","value":"0.00"},"tax_total":{"currency_code":"EUR","value":"2.13"}}},"payee":{"email_address":"sb-o6mq815356167@business.example.com","merchant_id":"NQ26XE3RHMGU6","display_data":{"brand_name":"lovcour.com"}},"description":"","custom_id":"1878943","invoice_id":"LOVCOUR-1878943","soft_descriptor":"PAYPAL *TEST STORE MGU","items":[{"name":"400\/560 ML Portable GYM Sports Water Bottle, Leak Proof\/ BPA Free - Blue, 400 ML","unit_amount":{"currency_code":"EUR","value":"9.69"},"quantity":"1","description":"","sku":"3256805203415096-400ml-blue","url":"https:\/\/lovcour.com\/shop\/water-coffee-cup\/400-560-ml-portable-gym-sports-water-bottle-leak-proof-bpa-free\/?attribute_pa_color=blue&attribute_pa_capacity=400-ml","image_url":"https:\/\/cdn.lovcour.com\/wp-content\/uploads\/2023\/08\/08194057\/400-560-ml-portable-gym-sports-water-bottle-leak-proof-bpa-free-blue-560-ml.jpg","category":"PHYSICAL_GOODS"}],"shipping":{"name":{"full_name":"John Doe"},"address":{"address_line_1":"san sjo","admin_area_2":"san jose","admin_area_1":"AP","postal_code":"00123","country_code":"IT"}},"payments":{"captures":[{"id":"7FP86976NX9609418","status":"COMPLETED","amount":{"currency_code":"EUR","value":"11.82"},"final_capture":true,"seller_protection":{"status":"NOT_ELIGIBLE"},"seller_receivable_breakdown":{"gross_amount":{"currency_code":"EUR","value":"11.82"},"paypal_fee":{"currency_code":"EUR","value":"0.81"},"net_amount":{"currency_code":"EUR","value":"11.01"}},"invoice_id":"LOVCOUR-1878943","custom_id":"1878943","links":[{"href":"https:\/\/api.sandbox.paypal.com\/v2\/payments\/captures\/7FP86976NX9609418","rel":"self","method":"GET"},{"href":"https:\/\/api.sandbox.paypal.com\/v2\/payments\/captures\/7FP86976NX9609418\/refund","rel":"refund","method":"POST"},{"href":"https:\/\/api.sandbox.paypal.com\/v2\/checkout\/orders\/4FJ62367KS047113D","rel":"up","method":"GET"}],"create_time":"2023-10-09T01:12:47Z","update_time":"2023-10-09T01:12:47Z"}]}}],"links":[{"href":"https:\/\/api.sandbox.paypal.com\/v2\/checkout\/orders\/4FJ62367KS047113D","rel":"self","method":"GET"}],"id":"4FJ62367KS047113D","payment_source":{"paypal":{"email_address":"sb-dlnje16674616@personal.example.com","account_id":"T636TMB6TPC4J","account_status":"UNVERIFIED","name":{"given_name":"John","surname":"Doe"},"address":{"address_line_1":"san sjo","admin_area_2":"san jose","admin_area_1":"AP","postal_code":"00123","country_code":"IT"}}},"intent":"CAPTURE","payer":{"name":{"given_name":"John","surname":"Doe"},"email_address":"sb-dlnje16674616@personal.example.com","payer_id":"T636TMB6TPC4J","address":{"address_line_1":"san sjo","admin_area_2":"san jose","admin_area_1":"AP","postal_code":"00123","country_code":"IT"}},"status":"COMPLETED"},"links":[{"href":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/webhooks-events\/WH-5KA32343LG7508359-0F6386409E660352E","rel":"self","method":"GET"},{"href":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/webhooks-events\/WH-5KA32343LG7508359-0F6386409E660352E\/resend","rel":"resend","method":"POST"}]}}
   
       Response Debug ID: ad4409326e8cb
   
       Response: Array
   
       (
   
           [code] => 200
   
           [message] => OK
   
       )
   
       2023-10-10T01:55:03+00:00 ERROR Webhook verification failed.
   
       2023-10-10T02:01:38+00:00 DEBUG POST https://api.paypal.com/v1/notifications/verify-webhook-signature
   
       Request Body: {"transmission_id":"17fb2100-6643-11ee-a7a4-8fbb3816955d","transmission_time":"2023-10-09T01:28:04Z","cert_url":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/certs\/CERT-360caa42-fca2a594-2d7ab011","auth_algo":"SHA256withRSA","transmission_sig":"pq1c\/JmaB50QXW2MxUBf+0GIRDa5Z4miKFQD3gcHJISVp0sJRS9wm8SZmkHNF5GxnGisNhreA96d9wRy79QSSiMGromEe7y00IWFiksUpdHt0OYXxL8Tlf+dVNoHPhXS8BQVo+O2Uewa5ELgf4oXfXlRRdbiW5DvQ634tjJ9l1LIX5fTNgDq9QDdt67gZtoVkLiObt1sOk5uL17mea1BG81G+oA\/2g2DqE1SoEEDKmlJmcdRNod7t91jVryTT\/j8F5wkH0bVAclWJc2JQFeK7Y4tEk9DKQh\/gxet2TWUG7b2aNYSJrznmm7MPjR8fQ2cFsVHf7KvZRwjsD\/TV6+Fkw==","webhook_id":"210182545N0403059","webhook_event":{"id":"WH-4V8263065E882760H-18N91277WY2103736","event_version":"1.0","create_time":"2023-10-09T00:31:24.588Z","resource_type":"capture","resource_version":"2.0","event_type":"PAYMENT.CAPTURE.COMPLETED","summary":"Payment completed for GBP 10.26 GBP","resource":{"amount":{"value":"10.26","currency_code":"GBP"},"seller_protection":{"status":"NOT_ELIGIBLE"},"create_time":"2023-10-09T00:31:19Z","custom_id":"1878941","payee":{"email_address":"sb-o6mq815356167@business.example.com","merchant_id":"NQ26XE3RHMGU6"},"supplementary_data":{"related_ids":{"order_id":"2NT211285X378035J"}},"update_time":"2023-10-09T00:31:19Z","final_capture":true,"seller_receivable_breakdown":{"paypal_fee":{"value":"0.60","currency_code":"GBP"},"gross_amount":{"value":"10.26","currency_code":"GBP"},"net_amount":{"value":"9.66","currency_code":"GBP"}},"invoice_id":"LOVCOUR-1878941","links":[{"method":"GET","rel":"self","href":"https:\/\/api.sandbox.paypal.com\/v2\/payments\/captures\/6L947413BX471860B"},{"method":"POST","rel":"refund","href":"https:\/\/api.sandbox.paypal.com\/v2\/payments\/captures\/6L947413BX471860B\/refund"},{"method":"GET","rel":"up","href":"https:\/\/api.sandbox.paypal.com\/v2\/checkout\/orders\/2NT211285X378035J"}],"id":"6L947413BX471860B","status":"COMPLETED"},"links":[{"href":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/webhooks-events\/WH-4V8263065E882760H-18N91277WY2103736","rel":"self","method":"GET"},{"href":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/webhooks-events\/WH-4V8263065E882760H-18N91277WY2103736\/resend","rel":"resend","method":"POST"}]}}
   
       Response Debug ID: ccba13ec6db96
   
       Response: Array
   
       (
   
           [code] => 200
   
           [message] => OK
   
       )
   
       2023-10-10T02:01:38+00:00 ERROR Webhook verification failed.
   
       2023-10-10T02:03:11+00:00 DEBUG POST https://api.paypal.com/v1/notifications/verify-webhook-signature
   
       Request Body: {"transmission_id":"ed786870-6642-11ee-ac15-b3c35aff666b","transmission_time":"2023-10-09T01:26:53Z","cert_url":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/certs\/CERT-360caa42-fca2a594-2d7ab011","auth_algo":"SHA256withRSA","transmission_sig":"Fc9sKV+d+J8Sfz687MHaQfpJQ+QhaLMmt6LGP7PFwGf0ulSLhYzl8gr\/xeejzKMMY+lt0igLGnQ1O+RqhuLsLOqkkArcnc6MsPRMGIqpoC2IfMAWviXayXTDHTKAQBtNs10b46l\/ma3c6qh6dg4eDpB9i9e6T3E69v9vU4qtgwj6l186Z7pv6LvPaxGamG2XNxoV94B0AD29ZylNKkzL5\/hjk+j8iXql3lmPzSwdTF\/9Cnb\/x3lvFNh4SRC61IZVHIVmPAuFS\/addk7GkhWSmXsePqzts9js+zakvD2BhlnmiNEeSkhk3VRGpMtjgWvZRrgJVnH52MR3rBipXdeDbw==","webhook_id":"210182545N0403059","webhook_event":{"id":"WH-3VC3911596882105L-6BE58254DW0692923","event_version":"1.0","create_time":"2023-10-09T01:26:45.813Z","resource_type":"capture","resource_version":"2.0","event_type":"PAYMENT.CAPTURE.COMPLETED","summary":"Payment completed for EUR 11.82 EUR","resource":{"amount":{"value":"11.82","currency_code":"EUR"},"seller_protection":{"status":"NOT_ELIGIBLE"},"create_time":"2023-10-09T01:26:40Z","custom_id":"1878945","payee":{"email_address":"sb-o6mq815356167@business.example.com","merchant_id":"NQ26XE3RHMGU6"},"supplementary_data":{"related_ids":{"order_id":"1AL70165BR630432A"}},"update_time":"2023-10-09T01:26:40Z","final_capture":true,"seller_receivable_breakdown":{"paypal_fee":{"value":"0.81","currency_code":"EUR"},"gross_amount":{"value":"11.82","currency_code":"EUR"},"net_amount":{"value":"11.01","currency_code":"EUR"}},"invoice_id":"LOVCOUR-1878945","links":[{"method":"GET","rel":"self","href":"https:\/\/api.sandbox.paypal.com\/v2\/payments\/captures\/3A943022TB3900303"},{"method":"POST","rel":"refund","href":"https:\/\/api.sandbox.paypal.com\/v2\/payments\/captures\/3A943022TB3900303\/refund"},{"method":"GET","rel":"up","href":"https:\/\/api.sandbox.paypal.com\/v2\/checkout\/orders\/1AL70165BR630432A"}],"id":"3A943022TB3900303","status":"COMPLETED"},"links":[{"href":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/webhooks-events\/WH-3VC3911596882105L-6BE58254DW0692923","rel":"self","method":"GET"},{"href":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/webhooks-events\/WH-3VC3911596882105L-6BE58254DW0692923\/resend","rel":"resend","method":"POST"}]}}
   
       Response Debug ID: c210a7729b5bb
   
       Response: Array
   
       (
   
           [code] => 200
   
           [message] => OK
   
       )
   
       2023-10-10T02:03:11+00:00 ERROR Webhook verification failed.
   
       2023-10-10T02:04:19+00:00 DEBUG GET https://api.paypal.com/v1/notifications/webhooks
   
       Response Debug ID: a3719f4288cef
   
       Response: Array
   
       (
   
           [code] => 200
   
           [message] => OK
   
       )
   
       2023-10-10T02:04:22+00:00 DEBUG GET https://api.paypal.com/v1/notifications/webhooks
   
       Response Debug ID: 8b7b9008888a5
   
       Response: Array
   
       (
   
           [code] => 200
   
           [message] => OK
   
       )
   
       2023-10-10T02:06:15+00:00 DEBUG GET https://api.paypal.com/v1/notifications/webhooks
   
       Response Debug ID: c489993641996
   
       Response: Array
   
       (
   
           [code] => 200
   
           [message] => OK
   
       )
   
       2023-10-10T02:06:18+00:00 DEBUG GET https://api.paypal.com/v1/notifications/webhooks
   
       Response Debug ID: 3e1dee098b129
   
       Response: Array
   
       (
   
           [code] => 200
   
           [message] => OK
   
       )
   
       2023-10-10T02:07:11+00:00 DEBUG POST https://api.paypal.com/v1/notifications/verify-webhook-signature
   
       Request Body: {"transmission_id":"183c21a0-6643-11ee-a684-35ab449c9d64","transmission_time":"2023-10-09T01:28:05Z","cert_url":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/certs\/CERT-360caa42-fca2a594-2d7ab011","auth_algo":"SHA256withRSA","transmission_sig":"LwIRdKE+ssKIMCYhU91Wh0JtOKb9RAmenNFgtKyGiiQ1VNRHtgko5\/jTAwYvkYI9VTpss4MG0L1qbe0b+lyiGbojVSZ82NUigC92ye3P16qpzGfGHgjo+xdY\/XY9mMD9uJorAStRK6Jkyhz57mpXeCrFvAlCTuHzhw3F+CzuMXuBRRzhoTgPxeJhqB2L3ptEo2OKR9QfXxWqJTXTLBANtmmt+6D5fSFQ3Xp6Vvp9uW0SJzp8b1kPZBH\/dYAhKz7JxtSj6Uq9V0G5LJ0TaQvpfJbFpWpsFBzz5FxkZeFYsFQSqLz7LEqPiZPwsfjUyX0Gb3ZOWmOobuhYdYSbb6xs3w==","webhook_id":"210182545N0403059","webhook_event":{"id":"WH-7S165065YB016144B-3YP96214CG272201P","event_version":"1.0","create_time":"2023-10-09T00:38:47.055Z","resource_type":"capture","resource_version":"2.0","event_type":"PAYMENT.CAPTURE.COMPLETED","summary":"Payment completed for AUD 18.05 AUD","resource":{"amount":{"value":"18.05","currency_code":"AUD"},"seller_protection":{"status":"NOT_ELIGIBLE"},"create_time":"2023-10-09T00:38:42Z","custom_id":"1878942","payee":{"email_address":"sb-o6mq815356167@business.example.com","merchant_id":"NQ26XE3RHMGU6"},"supplementary_data":{"related_ids":{"order_id":"8EG094494T8618505"}},"update_time":"2023-10-09T00:38:42Z","final_capture":true,"seller_receivable_breakdown":{"paypal_fee":{"value":"1.00","currency_code":"AUD"},"gross_amount":{"value":"18.05","currency_code":"AUD"},"net_amount":{"value":"17.05","currency_code":"AUD"}},"invoice_id":"LOVCOUR-1878942","links":[{"method":"GET","rel":"self","href":"https:\/\/api.sandbox.paypal.com\/v2\/payments\/captures\/3WG45570B6392231G"},{"method":"POST","rel":"refund","href":"https:\/\/api.sandbox.paypal.com\/v2\/payments\/captures\/3WG45570B6392231G\/refund"},{"method":"GET","rel":"up","href":"https:\/\/api.sandbox.paypal.com\/v2\/checkout\/orders\/8EG094494T8618505"}],"id":"3WG45570B6392231G","status":"COMPLETED"},"links":[{"href":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/webhooks-events\/WH-7S165065YB016144B-3YP96214CG272201P","rel":"self","method":"GET"},{"href":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/webhooks-events\/WH-7S165065YB016144B-3YP96214CG272201P\/resend","rel":"resend","method":"POST"}]}}
   
       Response Debug ID: b4c39a8df7caa
   
       Response: Array
   
       (
   
           [code] => 200
   
           [message] => OK
   
       )
   
       2023-10-10T02:07:11+00:00 ERROR Webhook verification failed.
   
       2023-10-10T02:07:37+00:00 DEBUG POST https://api.paypal.com/v1/notifications/verify-webhook-signature
   
       Request Body: {"transmission_id":"70d4a490-6643-11ee-a684-35ab449c9d64","transmission_time":"2023-10-09T01:30:33Z","cert_url":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/certs\/CERT-360caa42-fca2a594-2d7ab011","auth_algo":"SHA256withRSA","transmission_sig":"ajrpxbFSj\/r6mh7t96Y7zUO0lylRjG1erWbs65Tbrwa2dgbpkpLPukWBFU55eOj4Mm\/QwXb+7ptJYDzU6BxZcHl\/pfu8YJrXahkSnamVX203mHDxCEcHQGOhxd2PWUIE1N9053rIuGFheO0uC0jtn3S\/AEYp\/fbkfVhPa9JwEmLkwDPZz5z\/B4oAOrzGZ\/6J16ShMdOkFqtEpZwFXI4oct3XtngSEuJ6N1dlfzDnKy\/sW4pw155YUqKiVHZd1G+uxGZJauIkX7ApxCH9Frfc1yYZ7b1x1FOYhKvchQmPtYI+Z67DmL0+YohjNYcp26Zl2wq7eJwpAsXLxfUtOuSZmg==","webhook_id":"210182545N0403059","webhook_event":{"id":"WH-3F86543405910764G-0JL93757SP858860T","event_version":"1.0","create_time":"2023-10-09T01:30:22.332Z","resource_type":"checkout-order","resource_version":"2.0","event_type":"CHECKOUT.ORDER.APPROVED","summary":"An order has been approved by buyer","resource":{"create_time":"2023-10-09T01:30:01Z","purchase_units":[{"reference_id":"default","amount":{"currency_code":"EUR","value":"11.82","breakdown":{"item_total":{"currency_code":"EUR","value":"9.69"},"shipping":{"currency_code":"EUR","value":"0.00"},"tax_total":{"currency_code":"EUR","value":"2.13"}}},"payee":{"merchant_id":"NQ26XE3RHMGU6","display_data":{"brand_name":"lovcour.com"}},"description":"","custom_id":"pcp_customer_t_21bb9ed5cc323e55a25ba0d2b21d65","soft_descriptor":"Lovcour","items":[{"name":"400\/560 ML Portable GYM Sports Water Bottle, Leak Proof\/ BPA Free - Blue, 400 ML","unit_amount":{"currency_code":"EUR","value":"9.69"},"quantity":"1","description":"","sku":"3256805203415096-400ml-blue","url":"https:\/\/lovcour.com\/shop\/water-coffee-cup\/400-560-ml-portable-gym-sports-water-bottle-leak-proof-bpa-free\/?attribute_pa_color=blue&attribute_pa_capacity=400-ml","image_url":"https:\/\/cdn.lovcour.com\/wp-content\/uploads\/2023\/08\/08194057\/400-560-ml-portable-gym-sports-water-bottle-leak-proof-bpa-free-blue-560-ml.jpg","category":"PHYSICAL_GOODS"}],"shipping":{"name":{"full_name":"John Doe"},"address":{"address_line_1":"san sjo","admin_area_2":"san jose","admin_area_1":"AP","postal_code":"00123","country_code":"IT"}}}],"links":[{"href":"https:\/\/api.sandbox.paypal.com\/v2\/checkout\/orders\/4W191184BK6135832","rel":"self","method":"GET"},{"href":"https:\/\/api.sandbox.paypal.com\/v2\/checkout\/orders\/4W191184BK6135832","rel":"update","method":"PATCH"},{"href":"https:\/\/api.sandbox.paypal.com\/v2\/checkout\/orders\/4W191184BK6135832\/capture","rel":"capture","method":"POST"}],"id":"4W191184BK6135832","payment_source":{"paypal":{"email_address":"sb-dlnje16674616@personal.example.com","account_id":"W62PF8DX9DFS2","account_status":"UNVERIFIED","name":{"given_name":"John","surname":"Doe"},"address":{"address_line_1":"san sjo","admin_area_2":"san jose","admin_area_1":"AP","postal_code":"00123","country_code":"IT"}}},"intent":"CAPTURE","payer":{"name":{"given_name":"John","surname":"Doe"},"email_address":"sb-dlnje16674616@personal.example.com","payer_id":"W62PF8DX9DFS2","address":{"address_line_1":"san sjo","admin_area_2":"san jose","admin_area_1":"AP","postal_code":"00123","country_code":"IT"}},"status":"APPROVED"},"links":[{"href":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/webhooks-events\/WH-3F86543405910764G-0JL93757SP858860T","rel":"self","method":"GET"},{"href":"https:\/\/api.sandbox.paypal.com\/v1\/notifications\/webhooks-events\/WH-3F86543405910764G-0JL93757SP858860T\/resend","rel":"resend","method":"POST"}]}}
   
       Response Debug ID: 9e6c02feb9896
   
       Response: Array
   
       (
   
           [code] => 200
   
           [message] => OK
   
       )
   
       2023-10-10T02:07:37+00:00 ERROR Webhook verification failed.
       ```
   
 * Any suggestions?
 *  Thread Starter [alexliii](https://wordpress.org/support/users/alexliii/)
 * (@alexliii)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/403-errors-authorization-error/#post-17113143)
 * Since the errors happen with the business sandbox account, can I or should I 
   input the live account in the sandbox test account in the settings of this plugin?
 * thank

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘403 errors, Authorization error’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-paypal-payments/assets/icon-256x256.png?rev=
   3234615)
 * [WooCommerce PayPal Payments](https://wordpress.org/plugins/woocommerce-paypal-payments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-paypal-payments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-paypal-payments/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-paypal-payments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-paypal-payments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-paypal-payments/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [alexliii](https://wordpress.org/support/users/alexliii/)
 * Last activity: [2 years, 7 months ago](https://wordpress.org/support/topic/403-errors-authorization-error/#post-17113143)
 * Status: resolved