#rbole

1 messages · Page 1 of 1 (latest)

loud wadiBOT
stable basin
#

Hi! Let me help you with this.

#

What kind of link are you looking for?

exotic spire
#

hey, if I do a checkout session and I use stripe billing too, then I can get the invoice ID from the checkout session. I can query the invoice and get the hosted_invoice_url back from the invoice. That is fine

#

If I don't use the stripe billing, can I get the payment recipe also as hosted_invoice_url link ?

#

or something else ?

stable basin
#

hosted_invoice_url requires an Invoice, so if you don't use Billing, there's no invoice to link to.

stable basin
exotic spire
#

yes

#

I want to offer my client inside our application a link to his payment recipe.

loud wadiBOT
storm badger
#

👋 stepping in

#

So it sounds like a Checkout Session is what you want, no?

#

If you don't have an Invoice you would just provide a Session URL

exotic spire
#

Yes I have a checkout session, without billing

storm badger
#

Okay can you explain the gap here? Or what issue you are experiencing?

exotic spire
#

and later I would like a link to the payment receipt like it is in email to the customer.

#

so in out application we want a button to click and the customer can get the payment receipt like in the email, do you understand what I mean ?

storm badger
#

Ah okay so you want the receipt

exotic spire
#

yes

storm badger
#

After the Checkout Session has been completed

exotic spire
#

yes

storm badger
#

Gotcha gotcha

exotic spire
#

from the API a link to use it in our app

#

ah ok, I think I got it, thanks