spec release

This commit is contained in:
Adyen Automation
2024-11-22 23:24:16 +01:00
parent d1f265ed37
commit db47f83fbb
10 changed files with 556 additions and 244 deletions

View File

@@ -13,19 +13,19 @@ info:
name: Adyen Developer Experience team
url: https://github.com/Adyen/adyen-openapi
tags:
- name: Dispute/Chargeback
- name: General
webhooks:
balancePlatform.dispute.created:
post:
tags:
- Dispute/Chargeback
summary: Dispute is created
- General
summary: Dispute created
description: 'Adyen sends this webhook when a dispute is created. This webhook
only informs your server of requests. '
x-addedInVersion: '1'
operationId: post-balancePlatform.dispute.created
x-sortIndex: 1
x-methodName: disputeIsCreated
x-methodName: disputeCreated
security:
- BasicAuth: []
requestBody:
@@ -43,14 +43,14 @@ webhooks:
balancePlatform.dispute.updated:
post:
tags:
- Dispute/Chargeback
summary: Dispute is updated
- General
summary: Dispute updated
description: 'Adyen sends this webhook when a dispute is updated. This webhook
only informs your server of requests. '
x-addedInVersion: '1'
operationId: post-balancePlatform.dispute.updated
x-sortIndex: 1
x-methodName: disputeIsUpdated
x-methodName: disputeUpdated
security:
- BasicAuth: []
requestBody:
@@ -117,19 +117,23 @@ components:
id:
description: The ID of the resource.
type: string
reason:
description: The reason for which you dispute the transaction.
enum:
- fraud
- notDelivered
type: string
status:
description: The current status of the dispute.
type: string
statusDetail:
description: Additional information about the status of the dispute, when
available.
type: string
transactionId:
description: The unique reference of the transaction for which the dispute
is requested.
type: string
type:
description: The type of dispute raised for the transaction.
enum:
- fraud
- notDelivered
type: string
type: object
DisputeNotificationRequest:
additionalProperties: false