Adyen · JSON Structure

Checkout Additional Data Opi Structure

AdditionalDataOpi schema from Adyen API

Type: object Properties: 1
PaymentsFinancial ServicesFintech

AdditionalDataOpi is a JSON Structure definition published by Adyen, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

opi.includeTransToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/checkout-additional-data-opi-structure.json",
  "description": "AdditionalDataOpi schema from Adyen API",
  "type": "object",
  "properties": {
    "opi.includeTransToken": {
      "description": "Optional boolean indicator. Set to **true** if you want an ecommerce transaction to return an `opi.transToken` as additional data in the response.\n\nYou can store this Oracle Payment Interface token in your Oracle Opera database. For more information and required settings, see [Oracle Opera](https://docs.adyen.com/plugins/oracle-opera#opi-token-ecommerce).",
      "type": "string"
    }
  },
  "name": "AdditionalDataOpi"
}