#Mahesh K
1 messages · Page 1 of 1 (latest)
HI
How can we help you ?
hi
how can i catch the following details from the webhooks invoice.payment_succeeded event
??
const payment_intent_details = await stripe.paymentIntents.retrieve(
final_invoice.payment_intent,
{
expand: ['latest_charge.balance_transaction'],
},
{
stripeAccount: accountID
},
);
am i corect
yes