# Platform Fees Query any platform fees that your account has taken (when taking payments on behalf of linked sub accounts) ## Retrieves your platform fees in sorted (by epoch) order - [GET /platform-fees](https://developer.ryftpay.com/documentation/api/reference/openapi/platform-fees/platformfeegetlist.md): Retrieves a list of the application fees you've collected. They are returned in sorted (by epoch) order (default is newest first) ## Retrieve a platform fee by Id - [GET /platform-fees/{platformFeeId}](https://developer.ryftpay.com/documentation/api/reference/openapi/platform-fees/platformfeegetbyid.md): This is used to fetch a platform fee by its platformFeeId ## Retrieve platform fee refund(s) - [GET /platform-fees/{platformFeeId}/refunds](https://developer.ryftpay.com/documentation/api/reference/openapi/platform-fees/platformfeegetrefunds.md): This is used to fetch a platform fee refunds by their platformFeeId