#NicoleJaneway-receipts

1 messages · Page 1 of 1 (latest)

dim halo
#

hi! It depends on a lot of factors. To start with, what is the ID pi_xxx of the PaymentIntent that receipt is for?

tacit zealot
#

hi @dim halo. That receipt is from a hosted checkout (i.e. Payment Links). I'm working on migrating payments through my site to our own backend (served by a Netlify lambda function).

Checkout is working fine, except the receipt that gets sent to the customer doesn't mention the product. In the red box of the screenshot above, receipts generated from payments to our backend just say "Payment to Data Strategy Professionals."

I would like to pass in the product so that these receipts will also say "CDMP Study Plan" or "CDMP Fundamentals Notes" or "Data Strategy Professionals Membership" or whatever we're selling.

Does that make sense?

Sample checkout below:
https://www.datastrategypros.com/products/test-product1/checkout

vocal dragon
#

karllekko had to step out but I can help look in to this. Does this consistently happen with certain payment links?

#

Ah thank you for the sample page, checking in to it

tacit zealot
#

Thanks @vocal dragon! To clarify the question, where would we pass the product information (specifically the name of the product) into the payment intent so that it's visible to the customer in their receipt (specifically in the red box of the screenshot above)?

#

Trying to replicate the functionality of Stripe's payment links but have all the payments go through our own backend hosted on a Netlify lambda function.

vocal dragon
tacit zealot
#

I saw that - does the description populate into the red box of the screenshot? Let me test it and get back to you.