get https://api.paymongo.com/v2/transfers
This document describes the request to get transfer list.
The transfer list will be fetch based on the merchant key you provided. You could limit the number of response by providing value on the limit
query parameter. Use the after_id
or before_id
query parameter to fetch transfers that occurred after or before the specified transfer ID, respectively.
Note: You cannot use after_id and before_id at the same time.