#jeremy_api
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1310594298932363324
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
👋 happy to help
if you don't want to use connect, the only other way is to use stripe apps https://docs.stripe.com/stripe-apps
you should never use API keys from other accounts
With already use Stripe on our Plateform
What are you talking When you mentionned Stripe App
but the data for these payments is not retrieved in our system due to limitations with our API key
Not sure what this means exactly. You'll need to elaborate as if you're authenticating using the Stripe API keys of your users then I'm not sure what problem you're describing
(some examples of the API requests you're making than run into this 'limitation')
Problem Summary:
Our platform manages monthly subscriptions where users pay to access content. Here’s the current situation:
1. Initial Payments:
• When a user subscribes for the first time, the payment is successfully processed.
• The creator’s account is credited, and the revenue is displayed in the admin panel.
2. Automatic Renewals:
• Automatic renewals are working correctly (payments are being processed by Stripe).
• Problem: Data from automatic renewals is not being displayed on our website.
• The issue seems to be that we do not have the necessary permissions with our Stripe API key to fetch this data and sync it with our system.
3. Impact:
• Creators are not automatically credited for renewals.
• Monthly revenues are not updated correctly in the admin panel.
4. Question for Stripe Support:
What solution do you recommend to resolve this issue step by step, without using Stripe Connect (as it would be too time-consuming to integrate and configure manually)?
We haven't tried anything, because we already know we're blocked.
Yeah I mean again I need to see some code/API requests that your platform uses to try and access the 'automatic renewal' data. How are you doing that specifically?
i want to fetch renewal subscription pay-ments records from st-ripe and show them on website in specific user account based on the amount paid to the user,
How do you handle the initial payment, for example?
But yes, generally this will be difficult in your setup. Normally a Connect setup will make this easier as you can listen for events/updates on all these accounts that fire and correspond with a 'automatic renewal' payment and you can process that as you need. But without being a Connect platform you're unable to do that
Basically you probably need to look at the invoice(s) that are generated from a specific sub_xxx and infer payment success from them. You can do that via this API: https://docs.stripe.com/api/invoices/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
OK, did you read what I just described? That provide a way for you to retrieve recurring/automatic payments form the API using the keys of your users
(please delete that screenshot too, has potential PII on it)
I'm the founder of the platform, and I'm currently the intermediary with the developer. Give us a few moments to check it all out
My recommendation would be for your developer(s) to join the Discord and we can work with them directly
Ok wait
Hi @winter sorrel I'm taking over as my teammate needs to step away. I wanted to check in and see if your developer was around or had given you more context to work with? If not, I suggest we close this thread and your developer can open a new one when they're available with the pertinent information.
It connects immediately. Wait please