#scastrec-dashboard
1 messages · Page 1 of 1 (latest)
Hi! If you create objects in the Stripe dashboard, you should be able to access them using the Stripe API.
Can you share the request ID when you tried to retrieve a customer with the API (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Sorry. Something weird happens.
I can't see my stripe extension anymore.
What do you mean?
Can you share your account ID (acct_xxx)? It's at the top of this page: https://dashboard.stripe.com/settings/account
Looks like there is multiple entreprise on my Stripe account.
And, I don't know how, It changes the selected Enterprise.
Do you have a specific question I can help you with?
Yes
How can I have payments but no update on my balance and nothing in the /customer/{customerId}/balance_transactions
Where comes from payment here?
That's the customer balance, which is unrelated entirely to payments: https://stripe.com/docs/billing/customer/balance
Any endpoint to get the payment same as your dashboard?
I'm not sure I understand the Q
In the dashboard, there is a list of payment (decoralated from balance_transactions).
Where does this payments from in your API?
Those are Payment Intents: https://stripe.com/docs/api/payment_intents
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks