I am building a SaaS based CRM and have created a Data Type Subscription but unable to get the workflow right.
While the customer card gets charged in Stripe test mode, the data though captured ( checked from debugger) it doesn’t get propagated/ stored into subscription datatype. What am I doing wrong?
This video is excellent and have also gone through and referred to it. The issue I am facing is because I haven’t added subscription fields in User datatype but seperately . Hence this issue I am facing !
If you are using the Bubble Stripe plugin you can take advantage of Bubble’s deep integration with Stripe. A subscription status is informed by Bubble and you do not need to monitor this in the dB.
If you do opt to handle this in the dB (…. again … no real need for this due to the above) what may be happening is that Stripe has not yet provided a subscription status back to Bubble so fast since the user just subscribed. Give it a few seconds and do that update then.
To test what I am talking about try subscribing a user and then show in a text element the user’s stripe customer subscription’s subscription id as shown below:
Carlos, the view any details of the subscription I would then need to go to the Stripe dashboard to check details of a subscriber. Hence wanted to store these details in the db