getList payout methods

Returns the global payout-method catalog. Fiat payout methods currently return an empty collection while fiat rails are disabled. For scope-scoped withdrawal discovery, use /eligible-payout-methods.

Request

Request URL

GET
GET /payout-methods

Responses

Response

application/json
{
  "items": [
    {
      "active": true,
      "code": "sepa_credit_transfer",
      "currencies": [
        "EUR"
      ],
      "display_name": "SEPA",
      "id": "b8e2f1a0-4c3d-4e5f-9a1b-2c3d4e5f6a7b",
      "rail": "sepa_credit_transfer"
    }
  ],
  "next_page_token": null
}

Operation succeeded.