mirror of
https://github.com/gcatanese/adyen-openapi.git
synced 2026-03-10 08:01:24 +00:00
spec release
This commit is contained in:
@@ -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" : {
|
||||
|
||||
Reference in New Issue
Block a user