Adyen · Schema

ResponseAdditionalDataDomesticError

PaymentsFinancial ServicesFintech

Properties

Name Type Description
domesticRefusalReasonRaw string The reason the transaction was declined, given by the local issuer. Currently available for merchants in Japan.
domesticShopperAdvice string The action the shopper should take, in a local language. Currently available in Japanese, for merchants in Japan.
View JSON Schema on GitHub

JSON Schema

adyen-responseadditionaldatadomesticerror-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResponseAdditionalDataDomesticError",
  "title": "ResponseAdditionalDataDomesticError",
  "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"
    }
  },
  "type": "object"
}