getList available payment methods

Returns account-scoped deposit setup availability projected onto payment methods. Items in this response reflect the same runtime-availability verdict that funding-endpoint provisioning evaluates, so callers may rely on them as a setup-readiness signal. For the global reference catalog (which is NOT a setup guarantee), use /payment-methods.

Request

Request URL

GET
GET /available-payment-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.