POST
/
v2.01
/
{ClientId}
/
clients
/
conversions
/
quoted-conversion

This call triggers a conversion at the rate defined in its quote. The debited funds (buy currency), credited funds (sell currency) and currencies are defined in the quote. The Client Wallets to debit and credit are defined in the conversion.

Each quoted conversion requires a dedicated Quote object, linked in the QuoteId.

Note - Quote cannot contain fees

For a quoted conversion between client wallets, the quote cannot have fees specified.

Body parameters

QuoteId
string
required

The unique identifier of the active quote which guaranteed the rate for the conversion.

DebitedWalletType
string
required

Allowed values: FEES, CREDIT

The type of the client wallet to be debited:

  • FEES – Fees Wallet, for fees collected by the platform.
  • CREDIT – Repudiation Wallet, for funds related to dispute management.

The amount and currency of the debited funds are defined by the quote.

CreditedWalletType
string
required

Allowed values: FEES, CREDIT

The type of the client wallet to be credited:

  • FEES – Fees Wallet, for fees collected by the platform.
  • CREDIT – Repudiation Wallet, for funds related to dispute management.

The amount and currency of the credited funds are defined by the quote.

Tag
string

Max. length: 255 characters

Custom data that you can add to this object.
For transactions (pay-in, transfer, payout), you can use this parameter to identify corresponding information regarding the user, transaction, or payment methods on your platform.

Responses