Hi all,
I have set up my Stripe (subscription) payments and am able to show some payment data in my Bubble app, such as ‘Last payment made’, but how can I show the Price which the user just paid?
This is how I am currently requesting the info;
On a broader note, you may be wondering how I am able to show ‘Last payment made’. Well, in this fantastic step-by-step guide the author says add the following Fields.
- Plan [Plan]
- Last Payment Made [date]
- Subscription End [date]
- Stripe Subscription ID [text]
- Stripe Subscription Status [text]
- Stripe Cancel at End [text] , default = no
These all work and call the info from Stripe, but how did he know these fields were going to work? For example, if I add another field, such as;
- Free Trial End [date]
I get no information back from Stripe. So, what info can I get back from Stripe and if you know the answer to that, how did you know?
I read the following on the Stripe API page
A subscription that is currently in a trial period is
trialing
and moves toactive
when the trial period is over.
But there is no link for trialing
in the dropdown below;
To hammer home the point, why do the fields (with a check mark) work, and yet the one I created does not work?
Thanks for help guys!