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. Widget Integration
  2. Configuration

Settlement Parameters

Lock in some of the parameters of a settlement.

Where parameters of a settlement are known before hand, eg the destination wallet address, it is possible to pass in a settlement configuration. Where parameters like this predefined, the relevant screens will skipped in the widget.

Note that defining funding_settlement or payout_settlement will lock whichever values are specified. In the example below, the payout currency will be locked to DASH

{
  "public_api_key": "pk_xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
  "config_version": "1.2",
  "payout_settlement": {
    "method": "BLOCKCHAIN_TRANSFER",
    "currency": "DASH",
    "input_parameters": {
      "wallet_address": "XaxsLtAAh9LeyPdxTC5o2ZuwQaniELzYtQ",
    },
  },
}
PreviousSettlement DefaultsNextCustom Styles

Last updated 4 years ago

Was this helpful?