I'm looking through the documentation, trying to figure out if there is a way to list all settled transaction for a given month. So far im using: https://graph.facebook.com/appId/payments?status=settled&since=start&until=end&access_token=access_token
However it will not allow me to get details for the entire month (as described in the documentation), and it seems like a very difficult way to gather all this information.
Any help would be appreciated.
Thank you