[Test mode] Fluentcart + Stripe: orders not landing in Stripe, getting error
We are testing a fake simple digital subscription (monthly, with 1 day trial)..
But can never get the order data to land in the Stripe sandbox dashboard.. seems to not be passing thru.. we've been researching and discovered an alert in the Stripe developer tools.. our test orders are triggering "failed" 400 ERR..
What is this? Yes we followed the steps to integrate Fluentcart with Stripe and added the webhook url and 8 listening events. The Fluentcart dashboard says "connected" Your Stripe Account is Up & Running.. but is it?
Looks like a problem with customer.subscription.deleted (see attachments), multiple failed event deliveries
Any suggestions? We really want to assemble a site with all the Fluent products and ditch woocommerce.. but its difficult to make the leap..
so doing some research and trying to figure out this error..
TheΒ customer.subscription.deletedΒ webhook event in Stripe is triggered when a customer's subscription is canceled, either immediately or at the end of the current billing period
But I don't know why the customer.subscription.deleted is trigger when the test customer orders are not cancelled.. we're trying to test signups and checkout of new users joining a community site.. this is frustrating..