Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Sep 27, 2023
1 parent d980b01 commit 10b4758
Show file tree
Hide file tree
Showing 10 changed files with 995 additions and 377 deletions.
12 changes: 12 additions & 0 deletions json/BalancePlatformPaymentNotification-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,10 @@
},
"MerchantData" : {
"properties" : {
"acquirerId" : {
"description" : "The unique identifier of the merchant's acquirer.",
"type" : "string"
},
"mcc" : {
"description" : "The merchant category code.",
"type" : "string"
Expand Down Expand Up @@ -967,10 +971,18 @@
"type" : {
"description" : "The type of the related split.",
"enum" : [
"AcquiringFees",
"AdyenCommission",
"AdyenFees",
"AdyenMarkup",
"BalanceAccount",
"Commission",
"Default",
"Interchange",
"PaymentFee",
"Remainder",
"SchemeFee",
"TopUp",
"VAT"
],
"type" : "string"
Expand Down
236 changes: 161 additions & 75 deletions json/BalancePlatformTransferNotification-v3.json

Large diffs are not rendered by default.

102 changes: 82 additions & 20 deletions json/TransferService-v1.json

Large diffs are not rendered by default.

113 changes: 85 additions & 28 deletions json/TransferService-v2.json

Large diffs are not rendered by default.

157 changes: 100 additions & 57 deletions json/TransferService-v3.json

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions yaml/BalancePlatformPaymentNotification-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,9 @@ components:
type: object
MerchantData:
properties:
acquirerId:
description: The unique identifier of the merchant's acquirer.
type: string
mcc:
description: The merchant category code.
type: string
Expand Down Expand Up @@ -861,10 +864,18 @@ components:
type:
description: The type of the related split.
enum:
- AcquiringFees
- AdyenCommission
- AdyenFees
- AdyenMarkup
- BalanceAccount
- Commission
- Default
- Interchange
- PaymentFee
- Remainder
- SchemeFee
- TopUp
- VAT
type: string
type: object
Expand Down
Loading

0 comments on commit 10b4758

Please sign in to comment.