Skip to main content
GET
Get Payment Method Requirements

Autorizações

x-api-key
string
header
obrigatório

Parâmetros de caminho

id
string<uuid>
obrigatório

Wallet identifier.

Parâmetros de consulta

sessionId
string<uuid>

Session returned by the v2 rates endpoint. Recommended.

assetId
string<uuid>

Stablecoin asset identifier returned by the supported-assets endpoint.

currency
string

ISO 4217 fiat currency code.

Required string length: 3
amount
string

Decimal amount encoded as a string to preserve precision.

Pattern: ^\d+(\.\d+)?$
paymentMethod
string
obrigatório

Payment-method id returned by the payment-methods endpoint.

country
string

ISO 3166-1 alpha-2 country code.

paymentMethodCategory
string

Optional high-level payment-method category.

provider
string

Optional provider slug. Omit it to let Blockradar select an eligible provider.

Resposta

200 - application/json

Successful response.

statusCode
integer
obrigatório
Exemplo:

200

message
string
obrigatório

Human-readable result.

Exemplo:

"Payment method requirements fetched successfully"

data
object
obrigatório