#timmylogue
1 messages ยท Page 1 of 1 (latest)
Scheduled Subscription may not existed yet, so you won't have their information
Alright, I appreciate your response, did you review what I sent and confirm if everything appears to be in order?
Not familiar with your code structure so hard to say. If you have a specific issue happy to clarify ๐
Thanks!
I'm employing the Subscription::all function. Shouldn't it be functioning correctly? I'm able to view detailed information on my dashboard for the customer with an upcoming scheduled subscription.
it should yes, but can only list Subscription object stating with sub_xxx. Dashboard uses a different set of internal API and it checks for upcoming schedule (sub_sche_xxx) for an user
You can List Schedule too https://stripe.com/docs/api/subscription_schedules/list?lang=ruby
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.