How to get payments connected with a certain transfer on Stripe through API? -


i have transfers related payments. can see through dashboard seems not available using api.

this charge on dashboard, can see has 2 connected objects customer , transfer

transfer connected many payments

once have fetched transfer can use transfer id balance transaction method. it's parameter need pass , return transactions related transfer.

if using nodejs example be:

stripe.balance.listtransactions({ transfer: 'tr_8ahwq8qw34n' }) 

Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -