#ELIZZER

1 messages ยท Page 1 of 1 (latest)

ornate domeBOT
magic pilot
#

Can you elaborate on what you mean or what functionality you're looking for?

balmy harbor
#

we offer different service with our website. is there a way to seperate payments according to the services..

magic pilot
#

Separate payments within your single Stripe account? Separate payments across merchants/third-parties? Or something else?

magic pilot
#

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. ๐Ÿ‘‹

spark spindle
#

@balmy harbor reopened the thread

balmy harbor
#

thankyou

#

i wants to know how to payments as per different services provided

spark spindle
#

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?

balmy harbor
#

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?

spark spindle
#

Are you using a Stripe hosted Checkout page or your own custom page?

balmy harbor
#

if we use products, is the price variable....

#

or any constrains should we know before using.

spark spindle
#

You can just define products and then define prices ad-hoc when you create each subscription or checkout session

balmy harbor
#

can we add products while creating payintents.

spark spindle
#

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

balmy harbor
#

is it possible with invoices right?

spark spindle
#

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

balmy harbor
#

a payintent will be create with the invoice right, can the payIntentClient secret can be used to carry on payments with stripe elements

#

??

spark spindle
#

Yes, you can use the Invoice's payment intent client secret to initiate elements