Adyen · JSON Structure

Payments Response Additional Data Opi Structure

ResponseAdditionalDataOpi schema from Adyen API

Type: object Properties: 1
PaymentsFinancial ServicesFintech

ResponseAdditionalDataOpi 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.transToken

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/payments-response-additional-data-opi-structure.json",
  "description": "ResponseAdditionalDataOpi schema from Adyen API",
  "type": "object",
  "properties": {
    "opi.transToken": {
      "description": "Returned in the response if you included `opi.includeTransToken: true` in an ecommerce payment request. This contains an Oracle Payment Interface token that you can store in your Oracle Opera database to identify tokenized ecommerce transactions. For more information and required settings, see [Oracle Opera](https://docs.adyen.com/plugins/oracle-opera#opi-token-ecommerce).",
      "type": "string"
    }
  },
  "name": "ResponseAdditionalDataOpi"
}