#Mahesh K

1 messages · Page 1 of 1 (latest)

timber thicketBOT
errant loom
#

HI
How can we help you ?

viral nacelle
#

hi

#

how can i catch the following details from the webhooks invoice.payment_succeeded event

#

??

errant loom
#

You can get the charge fees following this guide:

viral nacelle
#

const payment_intent_details = await stripe.paymentIntents.retrieve(
final_invoice.payment_intent,
{
expand: ['latest_charge.balance_transaction'],
},
{
stripeAccount: accountID
},
);

#

am i corect

errant loom
#

yes