Skip to content

Commit

Permalink
spec release
Browse files Browse the repository at this point in the history
  • Loading branch information
Adyen Automation committed Feb 22, 2024
1 parent 97b3ebd commit a5a6623
Show file tree
Hide file tree
Showing 4 changed files with 788 additions and 241 deletions.
71 changes: 14 additions & 57 deletions json/BalancePlatformConfigurationNotification-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@
"200" : {
"content" : {
"application/json" : {
"examples" : {
"balancePlatform-accountHolder-created" : {
"$ref" : "#/components/examples/WebhookAck"
},
"balancePlatform-accountHolder-created-lem-v3" : {
"$ref" : "#/components/examples/WebhookAck"
}
},
"schema" : {
"$ref" : "#/components/schemas/BalancePlatformNotificationResponse"
}
Expand Down Expand Up @@ -119,14 +111,6 @@
"200" : {
"content" : {
"application/json" : {
"examples" : {
"balancePlatform-accountHolder-updated" : {
"$ref" : "#/components/examples/WebhookAck"
},
"balancePlatform-accountHolder-updated-lem-v3" : {
"$ref" : "#/components/examples/WebhookAck"
}
},
"schema" : {
"$ref" : "#/components/schemas/BalancePlatformNotificationResponse"
}
Expand Down Expand Up @@ -171,11 +155,6 @@
"200" : {
"content" : {
"application/json" : {
"examples" : {
"balancePlatform-balanceAccount-created" : {
"$ref" : "#/components/examples/WebhookAck"
}
},
"schema" : {
"$ref" : "#/components/schemas/BalancePlatformNotificationResponse"
}
Expand Down Expand Up @@ -220,11 +199,6 @@
"200" : {
"content" : {
"application/json" : {
"examples" : {
"balancePlatform-balanceAccount-updated" : {
"$ref" : "#/components/examples/WebhookAck"
}
},
"schema" : {
"$ref" : "#/components/schemas/BalancePlatformNotificationResponse"
}
Expand Down Expand Up @@ -269,11 +243,6 @@
"200" : {
"content" : {
"application/json" : {
"examples" : {
"balancePlatform-sweep-created" : {
"$ref" : "#/components/examples/WebhookAck"
}
},
"schema" : {
"$ref" : "#/components/schemas/BalancePlatformNotificationResponse"
}
Expand Down Expand Up @@ -318,11 +287,6 @@
"200" : {
"content" : {
"application/json" : {
"examples" : {
"balancePlatform-sweep-deleted" : {
"$ref" : "#/components/examples/WebhookAck"
}
},
"schema" : {
"$ref" : "#/components/schemas/BalancePlatformNotificationResponse"
}
Expand Down Expand Up @@ -367,11 +331,6 @@
"200" : {
"content" : {
"application/json" : {
"examples" : {
"balancePlatform-sweep-updated" : {
"$ref" : "#/components/examples/WebhookAck"
}
},
"schema" : {
"$ref" : "#/components/schemas/BalancePlatformNotificationResponse"
}
Expand Down Expand Up @@ -494,11 +453,6 @@
"200" : {
"content" : {
"application/json" : {
"examples" : {
"balancePlatform-paymentInstrument-created" : {
"$ref" : "#/components/examples/WebhookAck"
}
},
"schema" : {
"$ref" : "#/components/schemas/BalancePlatformNotificationResponse"
}
Expand Down Expand Up @@ -543,11 +497,6 @@
"200" : {
"content" : {
"application/json" : {
"examples" : {
"balancePlatform-paymentInstrument-updated" : {
"$ref" : "#/components/examples/WebhookAck"
}
},
"schema" : {
"$ref" : "#/components/schemas/BalancePlatformNotificationResponse"
}
Expand Down Expand Up @@ -1491,6 +1440,12 @@
"IbanAccountIdentification" : {
"additionalProperties" : false,
"properties" : {
"formFactor" : {
"default" : "physical",
"description" : "The form factor of bank account.",
"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 All @@ -1514,10 +1469,12 @@
"properties" : {
"firstName" : {
"description" : "The first name.",
"maxLength" : 80,
"type" : "string"
},
"lastName" : {
"description" : "The last name.",
"maxLength" : 80,
"type" : "string"
}
},
Expand Down Expand Up @@ -1946,6 +1903,12 @@
],
"type" : "string"
},
"formFactor" : {
"default" : "physical",
"description" : "The form factor of bank account.",
"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 Expand Up @@ -2241,12 +2204,6 @@
}
},
"examples" : {
"WebhookAck" : {
"summary" : "Acknowledge Webhook",
"value" : {
"notificationResponse" : "[accepted]"
}
},
"post-balancePlatform.accountHolder.created-balancePlatform-accountHolder-created" : {
"summary" : "Account holder created with LEM API v1, v2",
"description" : "Example webhook when an account holder was created with LEM API v1, v2",
Expand Down
Loading

0 comments on commit a5a6623

Please sign in to comment.