Skip to content

Commit

Permalink
Manual generation
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese authored and github-actions[bot] committed Nov 11, 2024
1 parent 187883e commit d4369ec
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions postman/ManagementNotificationService-v3.json
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"
}
]
}

0 comments on commit d4369ec

Please sign in to comment.