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:
@@ -289,12 +289,12 @@
|
||||
"code" : {
|
||||
"description" : "The code for the status of the grant. Possible values:\n- **Pending**\n- **Active**\n- **Repaid**\n- **WrittenOff**\n- **Failed**\n- **Revoked**",
|
||||
"enum" : [
|
||||
"Active",
|
||||
"Failed",
|
||||
"Pending",
|
||||
"Active",
|
||||
"Repaid",
|
||||
"Revoked",
|
||||
"WrittenOff"
|
||||
"WrittenOff",
|
||||
"Failed",
|
||||
"Revoked"
|
||||
],
|
||||
"type" : "string"
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"url" : "https://github.com/Adyen/adyen-openapi"
|
||||
},
|
||||
"version" : "1",
|
||||
"x-timestamp" : "2025-02-26T15:37:42Z"
|
||||
"x-timestamp" : "2025-03-12T12:32:22Z"
|
||||
},
|
||||
"tags" : [ {
|
||||
"name" : "Grants",
|
||||
@@ -611,7 +611,7 @@
|
||||
},
|
||||
"GrantStatus" : {
|
||||
"type" : "string",
|
||||
"enum" : [ "Pending", "Active", "Repaid", "WrittenOff", "Failed", "Revoked" ]
|
||||
"enum" : [ "Pending", "Active", "Repaid", "WrittenOff", "Failed", "Revoked", "Requested", "Assessed", "Approved", "Rejected", "Cancelled" ]
|
||||
},
|
||||
"Repayment" : {
|
||||
"required" : [ "basisPoints" ],
|
||||
|
||||
1424
json/CapitalService-v1.json
Normal file
1424
json/CapitalService-v1.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -250,12 +250,12 @@ components:
|
||||
|
||||
- **Revoked**'
|
||||
enum:
|
||||
- Active
|
||||
- Failed
|
||||
- Pending
|
||||
- Active
|
||||
- Repaid
|
||||
- Revoked
|
||||
- WrittenOff
|
||||
- Failed
|
||||
- Revoked
|
||||
type: string
|
||||
required:
|
||||
- code
|
||||
|
||||
@@ -34,7 +34,7 @@ info:
|
||||
name: Adyen Developer Experience team
|
||||
url: https://github.com/Adyen/adyen-openapi
|
||||
version: '1'
|
||||
x-timestamp: '2025-02-26T15:37:42Z'
|
||||
x-timestamp: '2025-03-12T12:32:22Z'
|
||||
tags:
|
||||
- name: Grants
|
||||
x-groupIndex: 1
|
||||
@@ -493,6 +493,11 @@ components:
|
||||
- WrittenOff
|
||||
- Failed
|
||||
- Revoked
|
||||
- Requested
|
||||
- Assessed
|
||||
- Approved
|
||||
- Rejected
|
||||
- Cancelled
|
||||
Repayment:
|
||||
required:
|
||||
- basisPoints
|
||||
|
||||
1251
yaml/CapitalService-v1.yaml
Normal file
1251
yaml/CapitalService-v1.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user