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
  • Partner Order Id
  • Partner Ref
  • Partner Tags

Was this helpful?

  1. Widget Integration
  2. Configuration

Partner Fields

Partners can add fields to transaction to store important information about the transaction taking place. All partner fields are optional.

PreviousSpecial LayoutNextEvent Hooks

Last updated 3 years ago

Was this helpful?

Partner Order Id

Field: partner_order_id

This is a searchable id, max 40 characters, which can be used in the

partner_order_idis not required to be unique.

Partner Ref

Field: partner_ref

This is an opaque, non-searchable string. Intended to contain a custom signed JWT created by the partner, or other verify-able encoded information.

By creating and signing a JWT that is associated with a transaction, a partner can be confident that partner_ref has not been tampered with by either a client side script/extension or the Liquid consumer API.

Partner Tags

Field: partner_tags

An array of string tags, each max 40 characters, max 10 tags.

This is intended to tag transactions with features such as a campaign id, product sku, region code etc.

Partner fields can also be specified in an intent. If the same partner field is present in both the configuration and the intent, the value in the widget configuration takes priority.

partner transaction query.