---
title: "Resolve Payment Method Requirements"
method: POST
path: "/v2/wallets/{id}/withdraw/fiat/payment-method/resolve"
tags: ["Withdraw Fiat V2"]
---

# Resolve Payment Method Requirements

`POST /v2/wallets/{id}/withdraw/fiat/payment-method/resolve`

Resolves a dynamic payment-method field using its `x-resolution` definition. See [Dynamic Forms](/en/guides/dynamic-forms).

## Path parameters

- `id` string, uuid, required

## Request body

- ResolvePaymentMethodDto
  - `assetId` string, uuid, required — Stablecoin asset identifier.
  - `currency` string, required — ISO 4217 payout currency.
  - `amount` string, required — Withdrawal amount as a decimal string.
  - `paymentMethod` string, required — Payment-method id.
  - `paymentMethodData` object, required — Current form values required by the x-resolution request.
  - `provider` string — Provider slug selected earlier in the flow.

## Response `200`

Successful response.

- PaymentMethodResolutionResponse
  - `statusCode` integer, required
  - `message` string, required — Human-readable result.
  - `data` PaymentMethodResolution, required
    - `paymentMethod` string, required — Resolved payment method identifier.
    - `data` object, nullable — Normalized values to merge into paymentMethodData.
    - `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)
