Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Jan 15, 2025
1 parent da937d1 commit 303319c
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 8 deletions.
8 changes: 7 additions & 1 deletion json/TransactionService-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url" : "https://github.com/Adyen/adyen-openapi"
},
"version" : "1",
"x-timestamp" : "2024-11-25T18:28:35Z"
"x-timestamp" : "2025-01-13T11:33:01Z"
},
"tags" : [ {
"name" : "Dispute Attachments"
Expand Down Expand Up @@ -395,6 +395,8 @@
"type" : "object",
"properties" : {
"description" : {
"maxLength" : 50,
"minLength" : 0,
"type" : "string",
"description" : "Your description for the dispute."
},
Expand Down Expand Up @@ -445,6 +447,8 @@
"description" : "The card was counterfeited."
},
"descriptionOfIssue" : {
"maxLength" : 2500,
"minLength" : 0,
"type" : "string",
"description" : "Your description of the issue for raising a dispute of `type` **fraud**."
},
Expand All @@ -464,6 +468,8 @@
"format" : "date"
},
"descriptionOfIssue" : {
"maxLength" : 2500,
"minLength" : 0,
"type" : "string",
"description" : "Your description of the issue for raising a dispute of `type` **notDelivered**."
},
Expand Down
8 changes: 7 additions & 1 deletion json/TransactionService-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url" : "https://github.com/Adyen/adyen-openapi"
},
"version" : "2",
"x-timestamp" : "2024-11-25T18:28:35Z"
"x-timestamp" : "2025-01-13T11:33:01Z"
},
"tags" : [ {
"name" : "Dispute Attachments"
Expand Down Expand Up @@ -395,6 +395,8 @@
"type" : "object",
"properties" : {
"description" : {
"maxLength" : 50,
"minLength" : 0,
"type" : "string",
"description" : "Your description for the dispute."
},
Expand Down Expand Up @@ -445,6 +447,8 @@
"description" : "The card was counterfeited."
},
"descriptionOfIssue" : {
"maxLength" : 2500,
"minLength" : 0,
"type" : "string",
"description" : "Your description of the issue for raising a dispute of `type` **fraud**."
},
Expand All @@ -464,6 +468,8 @@
"format" : "date"
},
"descriptionOfIssue" : {
"maxLength" : 2500,
"minLength" : 0,
"type" : "string",
"description" : "Your description of the issue for raising a dispute of `type` **notDelivered**."
},
Expand Down
8 changes: 7 additions & 1 deletion json/TransactionService-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url" : "https://github.com/Adyen/adyen-openapi"
},
"version" : "3",
"x-timestamp" : "2024-11-25T18:28:36Z"
"x-timestamp" : "2025-01-13T11:33:01Z"
},
"tags" : [ {
"name" : "Dispute Attachments"
Expand Down Expand Up @@ -395,6 +395,8 @@
"type" : "object",
"properties" : {
"description" : {
"maxLength" : 50,
"minLength" : 0,
"type" : "string",
"description" : "Your description for the dispute."
},
Expand Down Expand Up @@ -445,6 +447,8 @@
"description" : "The card was counterfeited."
},
"descriptionOfIssue" : {
"maxLength" : 2500,
"minLength" : 0,
"type" : "string",
"description" : "Your description of the issue for raising a dispute of `type` **fraud**."
},
Expand All @@ -464,6 +468,8 @@
"format" : "date"
},
"descriptionOfIssue" : {
"maxLength" : 2500,
"minLength" : 0,
"type" : "string",
"description" : "Your description of the issue for raising a dispute of `type` **notDelivered**."
},
Expand Down
8 changes: 7 additions & 1 deletion json/TransactionService-v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url" : "https://github.com/Adyen/adyen-openapi"
},
"version" : "4",
"x-timestamp" : "2024-11-25T18:28:36Z"
"x-timestamp" : "2025-01-13T11:33:01Z"
},
"tags" : [ {
"name" : "Dispute Attachments"
Expand Down Expand Up @@ -395,6 +395,8 @@
"type" : "object",
"properties" : {
"description" : {
"maxLength" : 50,
"minLength" : 0,
"type" : "string",
"description" : "Your description for the dispute."
},
Expand Down Expand Up @@ -445,6 +447,8 @@
"description" : "The card was counterfeited."
},
"descriptionOfIssue" : {
"maxLength" : 2500,
"minLength" : 0,
"type" : "string",
"description" : "Your description of the issue for raising a dispute of `type` **fraud**."
},
Expand All @@ -464,6 +468,8 @@
"format" : "date"
},
"descriptionOfIssue" : {
"maxLength" : 2500,
"minLength" : 0,
"type" : "string",
"description" : "Your description of the issue for raising a dispute of `type` **notDelivered**."
},
Expand Down
8 changes: 7 additions & 1 deletion yaml/TransactionService-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ info:
name: Adyen Developer Experience team
url: https://github.com/Adyen/adyen-openapi
version: '1'
x-timestamp: '2024-11-25T18:28:35Z'
x-timestamp: '2025-01-13T11:33:01Z'
tags:
- name: Dispute Attachments
- name: Raise Disputes
Expand Down Expand Up @@ -358,6 +358,8 @@ components:
type: object
properties:
description:
maxLength: 50
minLength: 0
type: string
description: Your description for the dispute.
disputedAmount:
Expand Down Expand Up @@ -422,6 +424,8 @@ components:
type: boolean
description: The card was counterfeited.
descriptionOfIssue:
maxLength: 2500
minLength: 0
type: string
description: Your description of the issue for raising a dispute of `type`
**fraud**.
Expand All @@ -443,6 +447,8 @@ components:
YYYY-MM-DD format.
format: date
descriptionOfIssue:
maxLength: 2500
minLength: 0
type: string
description: Your description of the issue for raising a dispute of `type`
**notDelivered**.
Expand Down
8 changes: 7 additions & 1 deletion yaml/TransactionService-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ info:
name: Adyen Developer Experience team
url: https://github.com/Adyen/adyen-openapi
version: '2'
x-timestamp: '2024-11-25T18:28:35Z'
x-timestamp: '2025-01-13T11:33:01Z'
tags:
- name: Dispute Attachments
- name: Raise Disputes
Expand Down Expand Up @@ -358,6 +358,8 @@ components:
type: object
properties:
description:
maxLength: 50
minLength: 0
type: string
description: Your description for the dispute.
disputedAmount:
Expand Down Expand Up @@ -422,6 +424,8 @@ components:
type: boolean
description: The card was counterfeited.
descriptionOfIssue:
maxLength: 2500
minLength: 0
type: string
description: Your description of the issue for raising a dispute of `type`
**fraud**.
Expand All @@ -443,6 +447,8 @@ components:
YYYY-MM-DD format.
format: date
descriptionOfIssue:
maxLength: 2500
minLength: 0
type: string
description: Your description of the issue for raising a dispute of `type`
**notDelivered**.
Expand Down
8 changes: 7 additions & 1 deletion yaml/TransactionService-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ info:
name: Adyen Developer Experience team
url: https://github.com/Adyen/adyen-openapi
version: '3'
x-timestamp: '2024-11-25T18:28:36Z'
x-timestamp: '2025-01-13T11:33:01Z'
tags:
- name: Dispute Attachments
- name: Raise Disputes
Expand Down Expand Up @@ -358,6 +358,8 @@ components:
type: object
properties:
description:
maxLength: 50
minLength: 0
type: string
description: Your description for the dispute.
disputedAmount:
Expand Down Expand Up @@ -422,6 +424,8 @@ components:
type: boolean
description: The card was counterfeited.
descriptionOfIssue:
maxLength: 2500
minLength: 0
type: string
description: Your description of the issue for raising a dispute of `type`
**fraud**.
Expand All @@ -443,6 +447,8 @@ components:
YYYY-MM-DD format.
format: date
descriptionOfIssue:
maxLength: 2500
minLength: 0
type: string
description: Your description of the issue for raising a dispute of `type`
**notDelivered**.
Expand Down
8 changes: 7 additions & 1 deletion yaml/TransactionService-v4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ info:
name: Adyen Developer Experience team
url: https://github.com/Adyen/adyen-openapi
version: '4'
x-timestamp: '2024-11-25T18:28:36Z'
x-timestamp: '2025-01-13T11:33:01Z'
tags:
- name: Dispute Attachments
- name: Raise Disputes
Expand Down Expand Up @@ -358,6 +358,8 @@ components:
type: object
properties:
description:
maxLength: 50
minLength: 0
type: string
description: Your description for the dispute.
disputedAmount:
Expand Down Expand Up @@ -422,6 +424,8 @@ components:
type: boolean
description: The card was counterfeited.
descriptionOfIssue:
maxLength: 2500
minLength: 0
type: string
description: Your description of the issue for raising a dispute of `type`
**fraud**.
Expand All @@ -443,6 +447,8 @@ components:
YYYY-MM-DD format.
format: date
descriptionOfIssue:
maxLength: 2500
minLength: 0
type: string
description: Your description of the issue for raising a dispute of `type`
**notDelivered**.
Expand Down

0 comments on commit 303319c

Please sign in to comment.