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.
Language
Click Try It! to start a request and see the response here!