Adyen · JSON Structure

Payouts Response Additional Data Domestic Error Structure

ResponseAdditionalDataDomesticError schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

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

Properties

domesticRefusalReasonRaw domesticShopperAdvice

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/payouts-response-additional-data-domestic-error-structure.json",
  "description": "ResponseAdditionalDataDomesticError schema from Adyen API",
  "type": "object",
  "properties": {
    "domesticRefusalReasonRaw": {
      "description": "The reason the transaction was declined, given by the local issuer. \nCurrently available for merchants in Japan.",
      "type": "string"
    },
    "domesticShopperAdvice": {
      "description": "The action the shopper should take, in a local language. \nCurrently available in Japanese, for merchants in Japan.",
      "type": "string"
    }
  },
  "name": "ResponseAdditionalDataDomesticError"
}