#Pavan
1 messages · Page 1 of 1 (latest)
Hi
Can you provide an example of what you are trying to achieve exactly ?
We already have a customer database where we are managing their information like Name, email, phone number, and login details
we identify customers based on their unique id, we are planning to integrate Stripe with our application and we need some help on these on how to get payment links and retrive their details
Thanks for the clarification, wen creating a customer you can set metadata (the uniq id in your database)
https://stripe.com/docs/api/customers/object#customer_object-metadata
Then you can search for that customer by metatada:
https://stripe.com/docs/api/customers/search
https://stripe.com/docs/search#query-fields-for-customers
can we store some meta data in stripe customer database?
like the authid of the User and so on?
In metadata you can store whatever you want in a key-value data structure
Yes
how my customers will be able to checkout, do they need to login?
or can i integrate with authO?
You share with them a Checkout Session url
You can also share with them a customer portal in order to manage their PaymentMethods/invoices/Subscriptions...
https://stripe.com/docs/customer-management
is there integration with Hubspot?
It looks like Hubspot is a Stripe Partner https://stripe.com/partners/directory?q=Hubspot so you can check with them how to integrate Stripe.
is there a way to create a add on in stripe?
i mean like if I want to add a service for free, will I be able to do that?
What kind of service/add on?