#ELIZZER
1 messages ยท Page 1 of 1 (latest)
Can you elaborate on what you mean or what functionality you're looking for?
we offer different service with our website. is there a way to seperate payments according to the services..
Separate payments within your single Stripe account? Separate payments across merchants/third-parties? Or something else?
Just checking to see if you're still here and if you have additional context to provide?
I need to step away soon and am closing this thread. If there is anything else that my teammates can assist with, then please let them know in #dev-help. ๐
@balmy harbor reopened the thread
Can you explain more of what you mean by that?
Like can you make an example of two different services and how you want the payments to differ?
we offer different service with our website. is there a way to seperate payments according to the services..
we give flight ticketing, hotel booking.... so if there is a way to differ the payments what is it?
You mean like defining products and prices for them? Or something else?
https://stripe.com/docs/products-prices/manage-prices
Are you using a Stripe hosted Checkout page or your own custom page?
if we use products, is the price variable....
or any constrains should we know before using.
You can just define products and then define prices ad-hoc when you create each subscription or checkout session
can we add products while creating payintents.
Unfortunately payment intents don't work with our product or prices APIs. If you are working with payment intents, it could be helpful to pass in your product info as metadata so you know what to associate it with later https://stripe.com/docs/api/metadata
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
is it possible with invoices right?
Correct, invoices can use prices and products
Unfortunately you can't create Products while creating invoice line items though, those need to be created before
a payintent will be create with the invoice right, can the payIntentClient secret can be used to carry on payments with stripe elements
??
Yes, you can use the Invoice's payment intent client secret to initiate elements