Skip to main content

Invalid API Key provided

Has anyone else ever had this error? I put in a ticket for support, but thought I'd check here. Looks like I corrupted something switching from Live to Test mode, and now I can't do either.

William Beem

FluentCart support responded and let me know a key to delete. I created this script in FliuentSnippets for Admin only, refreshed the screen, and I'm back in business.

global $wpdb;

// Target the specific custom table FluentCart uses
$table_name = $wpdb->prefix . 'fct_meta';

// Delete the specific meta key identified by support
$wpdb->delete(
$table_name,
array('meta_key' => 'fluent_cart_payment_settings_stripe')
);

F. C.

It’s a bug they’ll fix?

William Beem

F. C.Β I'm not sure if it's a bug or just a corruption that I somehow caused. All I can tell you is that the fix worked perfectly and my store is back in business.

F. C.

William BeemΒ Alright. I'm currently in Test mode and I don't want any nasty surprises when I switch over to Live πŸ˜…

William Beem

F. C.Β That would take all the fun out of it.