#ight_api

1 messages ยท Page 1 of 1 (latest)

haughty mountainBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1369651978845818891

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

tulip schooner
#

๐Ÿ‘‹ happy to help

#

is this for recurring payments?

floral beacon
#

no one time payment

tulip schooner
#

are you using Checkout Sessions or Custom Integration?

floral beacon
#

API/custom integration

tulip schooner
floral beacon
#

where will the order link actually show in the receipt?

#

using this as an example where/would it show somewhere here

tulip schooner
#

I'm not sure I understand the question

floral beacon
#

if i sent the customers order link via automated email after purchase where would there order link be displayed within the email

tulip schooner
#

what do you mean by order link?

floral beacon
#

there order id

tulip schooner
#

where are you storing that?

floral beacon
#

Thank you for purchasing

Your download link: ${env.NEXT_PUBLIC_SITE_URL}/download?session_id=${session_id}

#

would this work

tulip schooner
#

sure but it should be in between ``

floral beacon
tulip schooner
#

I don't have one to show you exactly

floral beacon
#

because i added that as code and i dont see it in the email receipt from purchasing

tulip schooner
#

what's the PaymentIntent ID?

floral beacon
#

currently not able to get it

tulip schooner
#

can you share the receipt URL?

#

is this in test mode?

floral beacon
#

is there like a screenshot you can send of where it should be because i want it to be easy for customers to have their order

floral beacon
tulip schooner
#

please try one in test mode

#

and check the receipt there first

floral beacon
#

i thought u could only test in live mode for the custom receipts

tulip schooner
#

you can send the receipt manually from the dashboard

floral beacon
#

could you pls send the link

tulip schooner
#

what link?

floral beacon
#

to the page where u can send the receipt manually

tulip schooner
floral beacon
tulip schooner
#

something like that

haughty mountainBOT
floral beacon
#

will it be still something similar on the new receipt format

#

/ this

#

because thats what the email looked like that was sent - no custom text included

shy apex
#

That appears to be related to an invoice, which is a different integration pattern

#

(stepping in because tarzan had to step away)

floral beacon
#

so how would i do the same thing through invoices

shy apex
#

You can add custom memo/footer to an invoice, if that's what you're using.

But taking a step back, Stripe does not formally support automatic delivery of digital goods follow payment, you need to implement that yourself (possibly using text customization as we are discussing) or using a platform that offers that layer on top of payments.

shy apex
#

Again, you should test this out in test mode to see the results

#

And note that you need to set the description (memo) or footer before the invoice is finalized. You cannot edit those fields after finalization.