Create a Quoted Conversion between Client Wallets
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
The unique identifier of the active quote which guaranteed the rate for the conversion.
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.
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.
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
Functional errors (ResultCode
) are possible on a 200 response. Read more →