spec release

This commit is contained in:
Adyen Automation
2025-02-27 13:08:00 +01:00
parent 303805e39e
commit 978c732c86
4 changed files with 42 additions and 38 deletions

View File

@@ -4,7 +4,7 @@
"version" : "1",
"x-publicVersion" : true,
"title" : "Grants webhooks",
"description" : "After a grant is initiation, Adyen sends webhooks with information about the grant.\n\n",
"description" : "After a user makes a request for business financing, Adyen sends webhooks with information about the grant created for your user.\n\nYou can use these webhooks to build your implementation. For example, you can use webhook data to build a dashboard to show your users details about their business financing.",
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
"contact" : {
"name" : "Adyen Developer Experience team",
@@ -23,7 +23,7 @@
"General"
],
"summary" : "Grant created",
"description" : "After a grant is initiated, Adyen sends this webhook with information about the grant.\n\n",
"description" : "After a grant is created, Adyen sends this webhook with information about the grant.\n\n",
"x-addedInVersion" : "1",
"operationId" : "post-balancePlatform.grants.created",
"x-sortIndex" : 0,
@@ -63,7 +63,7 @@
"General"
],
"summary" : "Grant updated",
"description" : "After a grant is updated, Adyen sends this webhook with information about the grant.\n\n",
"description" : "After a grant is updated, Adyen sends this webhook with information about the grant.\n\nFor example, you receive this webhook when the financing amount is disbursed to your user, or when your user repays the financing amount.",
"x-addedInVersion" : "1",
"operationId" : "post-balancePlatform.grants.updated",
"x-sortIndex" : 0,