v1

latestOpenAPI 3.0.02026-08-06102185472.3 KB
Payout method

Get payout methods

Returns a list of payout methods created by a receiving partner.

get/config/payout_methods

Query parameters

pageinteger

The page number for paginated results. The value is zero-based, where 0 represents the first page.<br/> Set it to 0 to get the first page of results.

sizeinteger

Number of payments to return per page.

Response

firstboolean

true if this is the first page.

lastboolean

true if this is the last page.

numberinteger

page number

numberOfElementsinteger

Number Of elements in this request

sizeinteger

page size

totalElementsinteger

Total number of elements for the given request

totalPagesinteger

Total number of pages for the given request

Example response

{
  "sort": [
    {
      "direction": "ASC",
      "nullHandling": "NULLS_FIRST",
      "ascending": true
    }
  ],
  "content": [
    {
      "payout_method_id": "a6dbe002-ca7f-4ec7-89e4-f44a1971a0c0",
      "payout_method": "LOCAL_RAILS",
      "description": "local rails",
      "payout_method_category": "BOOK_TRANSFER",
      "estimated_time_to_credit": {
        "time_value": 5
      }
    }
  ]
}