Quick Exchange
  • Quick Exchange for Partners
  • Expired Quote Handling
  • Widget Integration
    • Embedded Widget
    • Configuration
      • Config Version
      • Settlement Defaults
      • Settlement Parameters
      • Custom Styles
      • Identity
      • Special Layout
      • Partner Fields
    • Event Hooks
  • API Integration
    • Authentication
    • User Session
      • OAuth
      • KYC
    • Settlements
  • Settlements
    • Funding Methods
      • BLOCKCHAIN_TRANSFER
      • BLOCKCHAIN_DELEGATED_BROADCAST
      • CARD_PAYMENT
        • Test Cards
    • Payout Methods
      • BLOCKCHAIN_TRANSFER
      • LIQUID_PARTNER_WALLET
      • LIQUID_WALLET
      • LIQUID_USER_WALLET
  • E-Commerce
    • X-Quoine-Auth
    • Intents (Fixed Settlements)
      • Deliverable Currency
    • Transactions
      • Transaction Status
Powered by GitBook
On this page

Was this helpful?

  1. E-Commerce
  2. Intents (Fixed Settlements)

Deliverable Currency

Currently only available in SANDBOX

In the case of e-commerce, it may be desirable to quote the end user an amount in their preferred currency, that is equivalent to a common currency, but the partner will be settled in a third currency.

For example: the user wants to buy a product worth USD $100 , and pay with ETH. The partner/merchant wants to receive SGD for the sale.

This can be achieved through setting deliverable_currency in the intent payout_settlement. Such as:

{
    ...
    "payout_settlement": {
        "method": "LIQUID_PARTNER_WALLET",
        "currency": "USDC",
        "quantity": "100",
        "deliverable_currency": "SGD",
    }
}

This will not work by setting the widget config payout_settlement.

PreviousIntents (Fixed Settlements)NextTransactions

Last updated 3 years ago

Was this helpful?