Comment on page
Partner Fields
Partners can add fields to transaction to store important information about the transaction taking place. All partner fields are optional.
Field:
partner_order_id
partner_order_id
is not required to be unique.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.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.
Last modified 2yr ago