Adyen · Schema

ResponseAdditionalDataOpi

ResponseAdditionalDataOpi schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
opi.transToken string 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
View JSON Schema on GitHub

JSON Schema

payments-response-additional-data-opi-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/payments-response-additional-data-opi-schema.json",
  "title": "ResponseAdditionalDataOpi",
  "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"
    }
  }
}