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