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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user