#Mahesh K

1 messages · Page 1 of 1 (latest)

shell muralBOT
wanton dove
#

Hi there, how can I help?

worthy dust
#

all transactions

#

api

wanton dove
#

What's your question?

worthy dust
#

how to pull the transactions using stripe api

#

and how to catch the payment failure charges by using stripe webhook events

wanton dove
wanton dove
#

Listen to payment_intent.payment_failed for failed payments

worthy dust
#

ok @wanton dove

#

i will check

worthy dust
#

hey @wanton dove

#

how to catch the final amount that will be deposited on my account

wanton dove
#

There's no need to tag me for every message you post, I'll attend to you as soon as possible

worthy dust
#

after paying all the stripe charges and platform fees.

wanton dove
shell muralBOT
worthy dust
#

can i catch it using the webhook event after the payment is paid by my customer

wanton dove
#

Sure. You can listen to payment_intent.succeeded event, get its last charge object, from there get the balance transaction object.

worthy dust
wanton dove
#

Yes you can