spec release

This commit is contained in:
Adyen Automation
2023-11-28 13:39:21 +01:00
parent bd0f67a01e
commit e57b75f7a5
22 changed files with 379 additions and 45 deletions

View File

@@ -3323,6 +3323,9 @@
{
"$ref" : "#/components/schemas/ResponseAdditionalDataCommon"
},
{
"$ref" : "#/components/schemas/ResponseAdditionalDataDomesticError"
},
{
"$ref" : "#/components/schemas/ResponseAdditionalDataInstallments"
},
@@ -3860,6 +3863,19 @@
},
"type" : "object"
},
"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"
},
"ResponseAdditionalDataInstallments" : {
"properties" : {
"installmentPaymentData.installmentType" : {