-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
187883e
commit d4369ec
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"info": { | ||
"name": "Management Webhooks (v3)", | ||
"description": { | ||
"content": "Adyen uses webhooks to inform your system about events that happen with your Adyen company and merchant accounts, stores, payment terminals, and payment methods when using [Management API](https://docs.adyen.com/api-explorer/#/ManagementService/latest/overview).\n\nWhen an event occurs, Adyen makes an HTTP POST request to a URL on your server and includes the details of the event in the request body.\n\nSee [Webhooks](https://docs.adyen.com/development-resources/webhooks) for more information.", | ||
"type": "text/markdown" | ||
}, | ||
"version": "3", | ||
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" | ||
}, | ||
"item": [ | ||
], | ||
"auth": { | ||
"type": "basic", | ||
"basic": [ | ||
{ | ||
"key": "username", | ||
"value": "{{USERNAME}}", | ||
"type": "string" | ||
}, | ||
{ | ||
"key": "password", | ||
"value": "{{PASSWORD}}", | ||
"type": "string" | ||
} | ||
] | ||
}, | ||
"variable": [ | ||
{ | ||
"key": "baseUrl", | ||
"value": "", | ||
"type": "string" | ||
} | ||
] | ||
} | ||
|