get https://payze.io/v2/api/payment/bankaccount/query/token-based
This API endpoint allows you to retrieve the list of enabled bank accounts for payouts.
The list of bank accounts indicates which accounts are eligible for receiving payout transactions.OData is a standardized protocol for building and consuming RESTful APIs.
Supported query parameters are:
- $filter: Filter the payments based on specific criteria.
- $orderby: Specify the sorting order for the payments.
- $top: Limit the maximum number of payments to retrieve.
- $skip: Specify the number of payments to skip from the beginning.
Note: This endpoint supports pagination using the $top and $skip parameters.