#Devang K
1 messages · Page 1 of 1 (latest)
hello! i'd suggest starting off with this page : https://stripe.com/docs/payments to see what will fit your requirements
will this help to pass value to take payment ?
that's one option yes(it's a component that links to Stripe payment pages using certain configurations that you supply to indicate what the customer is buying).
this is my requirement. price is calculated and then this amount should be pass to stripe with some other values for payment
so the amount will be different for every user
sure, that' s all totally possible
there are multiple ways to use Stripe and multiple APIs so it's hard to give a generic answer here, all our docs cover how you tell us the amount to charge as part of the guides, I can try to answer specific questions
okay understood. do i need to use API for this or i can also use this https://stripe.com/docs/no-code/pricing-table ?
it's up to you really, it depends on your requirements, how much developer experience you have and so on, there are multiple ways to integrate that range from less to more customisable
can u guide me how to integrate ? or i need to follow documentation ?