Stripe API has method for retrieving transfers by transferID Transfer::retrieve($transferId); but always return that transfer doesn't exist when I try to retrieve transfer for connected Account.
I want to send email to particular connected account when the founds will be transfered to his bank account.
How to achieve this?