---
title: "Get Payment Methods"
method: GET
path: "/v2/wallets/{id}/withdraw/fiat/payment-methods"
tags: ["Withdraw Fiat V2"]
---

# Get Payment Methods

`GET /v2/wallets/{id}/withdraw/fiat/payment-methods`

Returns the payment methods available for the selected withdrawal corridor.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `assetId` string, uuid, required
- `currency` string, required
- `amount` string, required
- `country` string
- `paymentMethodCategory` string
- `provider` string

## Response `200`

Successful response.

- PaymentMethodListResponse
  - `statusCode` integer, required
  - `message` string, required — Human-readable result.
  - `data` PaymentMethod[], required
    - `id` string, required — Value to submit as paymentMethod.
    - `supportsPaymentMethodResolution` boolean, required — Whether dynamic fields can be resolved through the resolution endpoint.
    - `type` string, nullable — Payment method type.
    - `country` string, nullable — ISO 3166-1 alpha-2 country code.
    - `fiatCurrency` string, nullable — ISO 4217 fiat currency code.
    - `paymentMethodCategory` string, nullable — High-level category used for filtering.
    - `paymentMethodType` string, nullable — Provider-normalized payment method type.
    - `processingSeconds` integer, nullable
    - `fee` string, nullable — Estimated fee in the selected fiat currency.
    - `providers` PaymentMethodProvider[]
      - `id` string, required — Provider identifier or slug.
      - `name` string, required — Provider display name.
      - `type` string, nullable — Provider-specific method type.
      - `metadata` object, nullable

---

[API](https://skmtc.net/blockradar/apis/blockradar-documentation.md) · [All operations](https://skmtc.net/blockradar/apis/blockradar-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockradar/blockradar-documentation/revisions/97f95b4cfc0d/schema)
