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