#AnggaNegara-PaymentIntent

1 messages · Page 1 of 1 (latest)

gilded delta
#

Hi, that's reasonable but I am afraid you won't have that information inside PaymentIntent object

narrow cosmos
#

thanks for the reply. is there anyway I can get this information easily?

#

basically our stripe account currency is in HKD but we get paid with EUR/USD. I need to get the net amount to create an individual invoice of each order with the actual payout from Stripe

junior lichen
narrow cosmos
#

thanks. but where do I get the corresponding Charge? for your information, I'm using Checkout > Session for integrating Stripe. at the end of the process I only get PaymentIntent ID. do I have to set up webhook for this?

junior lichen
#

ideally yes, you would probably want to setup a webhook. Stripe will send a payment_intent.suceeded event and it will contain the corresponding charge id

narrow cosmos
#

thanks for pointing me to the right direction. I'll try your advice