#rossano
1 messages · Page 1 of 1 (latest)
Hi, can you clarify what you mean with 'It seems like the table is not recognizing the customer with the Firebase UID reference'? Are you seeing any errors? Can you share a screenshot of what the error looks like?
It creates a new customer on stripe dashboard. It's like i'm not sending a firebase-uid
Have you already reached out to Firebase support, https://extensions.dev/extensions/stripe/firestore-stripe-payments?
No. But I really think the problem is with the stripe-pricing-table. Because the data in firebase is ok. But its like the uid is nothing to stripe. The extension creates thecustomer on firebase. In the dashboard of stripe the customer has a metadata property 'firebaseUID' which is right. But if I click on any item of the table a new customer is created on the stripe dashboard
I'm using it with react and nextJs
Hi @winged goblet I'm taking over this thread
Ok
So you want to specify a customer ID when a checkout session was created through pricing table, is it the correct understanding?
OK. This is something that pricing table doesn't support at this moment. I'd suggest you to reach out to stripe support https://support.stripe.com/contact/email and see if they have other advices
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Oh, ok. Thanks.
So this is not a reference to specify the customer?
Another question. Is it possible to query the products?
No, this is just a custom data for your application to reconcile, it's not the customer ID.
https://stripe.com/docs/api/products/list#list_products Sure, you can use this API to query the list of products.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I'm afraid that the feature data is Dashboard-only so you can't get it from API.