#rocket_paymentintent-emailreceipt

1 messages ¡ Page 1 of 1 (latest)

safe hawkBOT
#

👋 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. Thank you for your patience!

⏱️ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.

🔗 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/1214636378328010782

📝 Have more to share? You can add more detail below, including code, screenshots, videos, etc.

undone wadiBOT
paper trail
#

@copper harness I'd recommend having the correct description upfront on PaymentIntent creation honestly. But if you can't you have to call the Update Charge API https://docs.stripe.com/api/charges/update and set the right description on that one too as that's the one that's reflected on email receipts

copper harness
#

so on paymentIntent creation I should just set the description

paper trail
#

yes

undone wadiBOT
paper trail
#

rocket_paymentintent-emailreceipt

copper harness
#

if I'm creating a checkout session, is there a way to reflect this?

#

ooh I think I can using payment_intent_data.description

#

alright, thank you so much for the help!