#muxanatos-product-customers
1 messages · Page 1 of 1 (latest)
let me connect my developer sorry
Hello, i get customers from there https://api.stripe.com/v1/customers (GET) so i need to connect this customers to product how can i do it or mb there is another endpoint where i can get this data which customer belongs which product thanks ^_^
@fallen iron
Hey! I'm not sure I understand what you mean by 'connect this customers to product'?
That's not a concept that exists within our API. What are you trying to do?
i'm trying get all buyers which ones buy our product and understand which product they buy to send email to them
How do you integrate with Stripe and process payments currently? With Checkout?
i did not integrate it this is main problem we use clickfunnels-s site which have your integration and i cant get this data from there so i decide get it from your api
so we add products in stripe and we have customers which ones buy it so i need to send them some code to their email for activation
because of that i need undestand which customer owns which product to send code to them
Yeah, we don't really track that information. Like there's currently no concept of an order for one-time payments that would track what products were bought
Can you share a Stripe customer ID?
sorry i'm not familiar with your site i only know where find api keys can you tell me where can i find customerID
i guess this is what you want : cus_LFiEKR71BJokvg
this is our test customer id
or you want our account ID?
Ok, the issue is you're using Payment Intents directly. They don't support our Product/Price objects right now (i.e. you just pass a flat amount parameter)
I can see a single Payment Intent: https://dashboard.stripe.com/payments/pi_3KZCo0DTdizopknZ3oKgqBnT
Where you passed the Product name (I assume) in the description field
yes but its not good to parse this string and make solution by it,
can we use something else which one support Product/Price objects ?
Checkout is the only service currently that does one-time payments via Products/Prices: https://stripe.com/docs/payments/checkout
okay thanks a lot you have good customer support ^_^ ❤️