spec release

This commit is contained in:
Adyen Automation
2025-03-04 13:45:25 +01:00
parent bf918c389d
commit 07c672eff1
18 changed files with 88 additions and 554 deletions

View File

@@ -1494,14 +1494,11 @@
"$ref" : "#/components/schemas/Repayment"
},
"status" : {
"description" : "The current status of the grant. Possible values: **Pending**, **Active**, **Repaid**, **WrittenOff**, **Failed**, **Revoked**.",
"description" : "The current status of the grant. Possible values: **Pending**, **Active**, **Repaid**.",
"enum" : [
"Pending",
"Active",
"Repaid",
"Failed",
"WrittenOff",
"Revoked"
"Repaid"
],
"type" : "string"
}
@@ -1890,15 +1887,15 @@
"type" : "string"
},
"merchantId" : {
"description" : "The unique identifier of the merchant.",
"description" : "The merchant identifier.",
"type" : "string"
},
"nameLocation" : {
"description" : "Contains the name and location of the merchant.",
"description" : "Contains the merchant's name and location.",
"$ref" : "#/components/schemas/NameLocation"
},
"postalCode" : {
"description" : "The postal code of the merchant.",
"description" : "The merchant postal code.",
"type" : "string"
}
},