---
title: "Resolve Payment Order Requirements"
method: POST
path: "/v1/wallets/{id}/deposit/fiat/payment-order-requirements/resolve"
tags: ["Deposit Fiat"]
---

# Resolve Payment Order Requirements

`POST /v1/wallets/{id}/deposit/fiat/payment-order-requirements/resolve`

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

## Path parameters

- `id` string, uuid, required

## Request body

- ResolveProviderPaymentOrderRequirementsDto
  - `assetId` string, uuid, required — Stablecoin asset identifier.
  - `currency` string, required — ISO 4217 fiat currency.
  - `amount` string, required — Stablecoin amount as a decimal string.
  - `rail` 'one_time_virtual_account' | 'payment_link' | 'qr_code', required — Supported fiat collection rail.
  - `additionalData` object — Current values from the dynamic requirements form.
  - `provider` string — Provider slug selected during quote discovery.

## Response `200`

Successful response.

- ResolvedPaymentOrderRequirementsResponse
  - `statusCode` integer, required
  - `message` string, required — Human-readable result.
  - `data` ResolvedPaymentOrderRequirements, required
    - `data` object, nullable — Normalized data to merge into the create-order request.
    - `metadata` object, nullable — Opaque provider metadata to preserve for subsequent requests.

---

[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/versions/97f95b4cfc0d/schema)
