Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Mar 4, 2024
1 parent 94d9257 commit bdd244a
Show file tree
Hide file tree
Showing 16 changed files with 4,002 additions and 545 deletions.
1 change: 0 additions & 1 deletion json/BalancePlatformAcsNotification-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@
"value" : {
"data" : {
"balancePlatform" : "YOUR_BALANCE_PLATFORM",
"creationDate" : "2023-01-19T17:07:59+01:00",
"id" : "a8fc7a40-6e48-498a-bdc2-494daf0f490a",
"authentication" : {
"acsTransId" : "a8fc7a40-6e48-498a-bdc2-494daf0f490a",
Expand Down
51 changes: 0 additions & 51 deletions json/BalancePlatformPaymentNotification-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@
"200" : {
"content" : {
"application/json" : {
"examples" : {
"balancePlatform-incomingTransfer-created" : {
"$ref" : "#/components/examples/WebhookAck"
}
},
"schema" : {
"$ref" : "#/components/schemas/BalancePlatformNotificationResponse"
}
Expand Down Expand Up @@ -112,11 +107,6 @@
"200" : {
"content" : {
"application/json" : {
"examples" : {
"balancePlatform-incomingTransfer-updated" : {
"$ref" : "#/components/examples/WebhookAck"
}
},
"schema" : {
"$ref" : "#/components/schemas/BalancePlatformNotificationResponse"
}
Expand Down Expand Up @@ -165,11 +155,6 @@
"200" : {
"content" : {
"application/json" : {
"examples" : {
"balancePlatform-outgoingTransfer-created" : {
"$ref" : "#/components/examples/WebhookAck"
}
},
"schema" : {
"$ref" : "#/components/schemas/BalancePlatformNotificationResponse"
}
Expand Down Expand Up @@ -218,11 +203,6 @@
"200" : {
"content" : {
"application/json" : {
"examples" : {
"balancePlatform-outgoingTransfer-updated" : {
"$ref" : "#/components/examples/WebhookAck"
}
},
"schema" : {
"$ref" : "#/components/schemas/BalancePlatformNotificationResponse"
}
Expand Down Expand Up @@ -280,20 +260,6 @@
"200" : {
"content" : {
"application/json" : {
"examples" : {
"balancePlatform-payment-created-authorized" : {
"$ref" : "#/components/examples/WebhookAck"
},
"balancePlatform-payment-created-funds-transfer" : {
"$ref" : "#/components/examples/WebhookAck"
},
"balancePlatform-payment-created-refund-requested" : {
"$ref" : "#/components/examples/WebhookAck"
},
"balancePlatform-payment-created-rejected" : {
"$ref" : "#/components/examples/WebhookAck"
}
},
"schema" : {
"$ref" : "#/components/schemas/BalancePlatformNotificationResponse"
}
Expand Down Expand Up @@ -348,17 +314,6 @@
"200" : {
"content" : {
"application/json" : {
"examples" : {
"balancePlatform-payment-updated-expired" : {
"$ref" : "#/components/examples/WebhookAck"
},
"balancePlatform-payment-updated-partially-cancelled" : {
"$ref" : "#/components/examples/WebhookAck"
},
"balancePlatform-payment-updated-partially-expired" : {
"$ref" : "#/components/examples/WebhookAck"
}
},
"schema" : {
"$ref" : "#/components/schemas/BalancePlatformNotificationResponse"
}
Expand Down Expand Up @@ -1256,12 +1211,6 @@
}
},
"examples" : {
"WebhookAck" : {
"summary" : "Acknowledge Webhook",
"value" : {
"notificationResponse" : "[accepted]"
}
},
"post-balancePlatform.incomingTransfer.created-balancePlatform-incomingTransfer-created" : {
"summary" : "Pending incoming transfer",
"description" : "Example webhook when there is an incoming transfer",
Expand Down
101 changes: 101 additions & 0 deletions json/BalancePlatformTransferNotification-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@
"minLength" : 6,
"type" : "string"
},
"formFactor" : {
"default" : "physical",
"description" : "The form factor of the account.\n\nPossible values: **physical**, **virtual**. Default value: **physical**.",
"nullable" : true,
"type" : "string"
},
"type" : {
"default" : "auLocal",
"description" : "**auLocal**",
Expand Down Expand Up @@ -249,6 +255,12 @@
"minLength" : 1,
"type" : "string"
},
"formFactor" : {
"default" : "physical",
"description" : "The form factor of the account.\n\nPossible values: **physical**, **virtual**. Default value: **physical**.",
"nullable" : true,
"type" : "string"
},
"type" : {
"default" : "brLocal",
"description" : "**brLocal**",
Expand Down Expand Up @@ -387,6 +399,12 @@
],
"type" : "string"
},
"formFactor" : {
"default" : "physical",
"description" : "The form factor of the account.\n\nPossible values: **physical**, **virtual**. Default value: **physical**.",
"nullable" : true,
"type" : "string"
},
"institutionNumber" : {
"description" : "The 3-digit institution number, without separators or whitespace.",
"maxLength" : 3,
Expand Down Expand Up @@ -431,6 +449,12 @@
"minLength" : 4,
"type" : "string"
},
"formFactor" : {
"default" : "physical",
"description" : "The form factor of the account.\n\nPossible values: **physical**, **virtual**. Default value: **physical**.",
"nullable" : true,
"type" : "string"
},
"type" : {
"default" : "czLocal",
"description" : "**czLocal**",
Expand Down Expand Up @@ -483,6 +507,12 @@
"minLength" : 4,
"type" : "string"
},
"formFactor" : {
"default" : "physical",
"description" : "The form factor of the account.\n\nPossible values: **physical**, **virtual**. Default value: **physical**.",
"nullable" : true,
"type" : "string"
},
"type" : {
"default" : "dkLocal",
"description" : "**dkLocal**",
Expand Down Expand Up @@ -514,6 +544,12 @@
"minLength" : 3,
"type" : "string"
},
"formFactor" : {
"default" : "physical",
"description" : "The form factor of the account.\n\nPossible values: **physical**, **virtual**. Default value: **physical**.",
"nullable" : true,
"type" : "string"
},
"type" : {
"default" : "hkLocal",
"description" : "**hkLocal**",
Expand All @@ -539,6 +575,12 @@
"minLength" : 24,
"type" : "string"
},
"formFactor" : {
"default" : "physical",
"description" : "The form factor of the account.\n\nPossible values: **physical**, **virtual**. Default value: **physical**.",
"nullable" : true,
"type" : "string"
},
"type" : {
"default" : "huLocal",
"description" : "**huLocal**",
Expand All @@ -557,6 +599,12 @@
"IbanAccountIdentification" : {
"additionalProperties" : false,
"properties" : {
"formFactor" : {
"default" : "physical",
"description" : "The form factor of the account.\n\nPossible values: **physical**, **virtual**. Default value: **physical**.",
"nullable" : true,
"type" : "string"
},
"iban" : {
"description" : "The international bank account number as defined in the [ISO-13616](https://www.iso.org/standard/81090.html) standard.",
"type" : "string"
Expand Down Expand Up @@ -680,6 +728,7 @@
"refunded",
"refundedExternally",
"refused",
"rejected",
"reserveAdjustment",
"reserveAdjustmentPending",
"returned",
Expand All @@ -706,6 +755,12 @@
"minLength" : 11,
"type" : "string"
},
"formFactor" : {
"default" : "physical",
"description" : "The form factor of the account.\n\nPossible values: **physical**, **virtual**. Default value: **physical**.",
"nullable" : true,
"type" : "string"
},
"type" : {
"default" : "noLocal",
"description" : "**noLocal**",
Expand All @@ -730,6 +785,12 @@
"minLength" : 15,
"type" : "string"
},
"formFactor" : {
"default" : "physical",
"description" : "The form factor of the account.\n\nPossible values: **physical**, **virtual**. Default value: **physical**.",
"nullable" : true,
"type" : "string"
},
"type" : {
"default" : "nzLocal",
"description" : "**nzLocal**",
Expand Down Expand Up @@ -792,6 +853,12 @@
"minLength" : 8,
"type" : "string"
},
"formFactor" : {
"default" : "physical",
"description" : "The form factor of the account.\n\nPossible values: **physical**, **virtual**. Default value: **physical**.",
"nullable" : true,
"type" : "string"
},
"type" : {
"default" : "numberAndBic",
"description" : "**numberAndBic**",
Expand All @@ -817,6 +884,12 @@
"minLength" : 26,
"type" : "string"
},
"formFactor" : {
"default" : "physical",
"description" : "The form factor of the account.\n\nPossible values: **physical**, **virtual**. Default value: **physical**.",
"nullable" : true,
"type" : "string"
},
"type" : {
"default" : "plLocal",
"description" : "**plLocal**",
Expand Down Expand Up @@ -966,6 +1039,12 @@
"minLength" : 4,
"type" : "string"
},
"formFactor" : {
"default" : "physical",
"description" : "The form factor of the account.\n\nPossible values: **physical**, **virtual**. Default value: **physical**.",
"nullable" : true,
"type" : "string"
},
"type" : {
"default" : "seLocal",
"description" : "**seLocal**",
Expand Down Expand Up @@ -997,6 +1076,12 @@
"minLength" : 8,
"type" : "string"
},
"formFactor" : {
"default" : "physical",
"description" : "The form factor of the account.\n\nPossible values: **physical**, **virtual**. Default value: **physical**.",
"nullable" : true,
"type" : "string"
},
"type" : {
"default" : "sgLocal",
"description" : "**sgLocal**",
Expand Down Expand Up @@ -1396,6 +1481,7 @@
"refunded",
"refundedExternally",
"refused",
"rejected",
"reserveAdjustment",
"reserveAdjustmentPending",
"returned",
Expand Down Expand Up @@ -1432,6 +1518,7 @@
"balanceAdjustment",
"balanceMigration",
"balanceRollover",
"bankDirectDebit",
"bankTransfer",
"capture",
"captureReversal",
Expand All @@ -1448,6 +1535,7 @@
"grant",
"installment",
"installmentReversal",
"internalDirectDebit",
"internalTransfer",
"invoiceDeduction",
"leftover",
Expand Down Expand Up @@ -1628,6 +1716,7 @@
"refunded",
"refundedExternally",
"refused",
"rejected",
"reserveAdjustment",
"reserveAdjustmentPending",
"returned",
Expand Down Expand Up @@ -1786,6 +1875,12 @@
"minLength" : 8,
"type" : "string"
},
"formFactor" : {
"default" : "physical",
"description" : "The form factor of the account.\n\nPossible values: **physical**, **virtual**. Default value: **physical**.",
"nullable" : true,
"type" : "string"
},
"sortCode" : {
"description" : "The 6-digit [sort code](https://en.wikipedia.org/wiki/Sort_code), without separators or whitespace.",
"maxLength" : 6,
Expand Down Expand Up @@ -1826,6 +1921,12 @@
],
"type" : "string"
},
"formFactor" : {
"default" : "physical",
"description" : "The form factor of the account.\n\nPossible values: **physical**, **virtual**. Default value: **physical**.",
"nullable" : true,
"type" : "string"
},
"routingNumber" : {
"description" : "The 9-digit [routing number](https://en.wikipedia.org/wiki/ABA_routing_transit_number), without separators or whitespace.",
"maxLength" : 9,
Expand Down
Loading

0 comments on commit bdd244a

Please sign in to comment.