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
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
Post a Comment