#Zigi

1 messages · Page 1 of 1 (latest)

graceful temple
#

Sorry for the wait! give me a couple of minutes and I can help

#

You can certainly create a plain PaymentIntent to collect payment, but the issue there is that you can't tie that back to an Invoice. If having an Invoice is something you need, then you have no choice but to create the Invoice items and the Invoice

hardy creek
#

And this process of creating them cannot happen afterwards? And not real time in-front of the customer?

#

Regarding "need an invoice"
What do I give up on when not requiring one, I can challenge this decision

#

I need to be able to add several "prices" and tie them together (product with its tax, service fee)

graceful temple
#

You could technically create an Invoice afterwards, but there would be no way to tie it back the actual payment the customer made so I wouldn't recommend it.

hardy creek
#

Yeah I see

#

What are the different ways to charge for 2 different items?

graceful temple
#

Have you looked into Checkout? That would give you the power of line items + charging with different items + tax

hardy creek
#

Is it available on React Native?

#

Do you mean checkout as an entity? Or a modal?

#

Also, I need to have custom checkout page (adding tooltips to charges with additional info for example)

graceful temple
#

To use it with React Native you'd have to do it with a Webview

#

you could have that level of customization on the page BEFORE you redirect to Checkout, but you won't be able to have that on the Checkout page itself

hardy creek
#

I would prefer to avoid this experience for now
Because we are trying to keep the checkout experience pretty lean and have them on the same page

graceful temple
#

Gotcha - if that's hard requirement for your integration then you're back to Invoices then

hardy creek
#

I see, okay thanks

#

No way to charge and then fill afterwards what was paid for then. In a way that the payment intent and the invoice are linked

graceful temple
#

Correct

hardy creek
#

Nor it is possible to use a payment intent and link it to items that it covers

#

Or charge

graceful temple
#

Correct - at the moment we don't support that. You could store that information on your end, but we don't support it out of the box for PaymentIntent

hardy creek
#

Okay
Thanks again, Karbi