#schteve

1 messages · Page 1 of 1 (latest)

true troutBOT
inland galleon
#

I'm not sure if updating that will reflect on the receipt

gaunt marlin
#

Okay, I think it does not, I tried updating the description of the PaymentIntent itself and its associated latest_charge and capturing the PaymentIntent afterwards, but the created receipt still only shows the initial description.

inland galleon
#

What's the pi_xxx?

gaunt marlin
#

pi_3N16OOIIvUltmYEy0JRctpmV

inland galleon
gaunt marlin
#

Okay I figured it out, my calls to the update were wrong: I was using updateAttributes on the object itself instead of the $stripe->...->update() function.

Thanks for your help!

#

I have on follow up question though: Is it possible to attach multiple charges to a PaymentIntent and do they also show in the receipt?

inland galleon
#

Not with a direct Payment Intents integration, no

gaunt marlin
gaunt marlin
inland galleon
#

Checkout supports line items, for example. The payment receipt breaks them down

true troutBOT