Skip to content

Commit

Permalink
Update latest definitions files
Browse files Browse the repository at this point in the history
  • Loading branch information
AdyenAutomationBot authored and github-actions[bot] committed Nov 29, 2023
1 parent d0cae0a commit a969bc8
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions postman/ManagementService-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4085,6 +4085,54 @@
"name": "/merchants/:merchantId/paymentMethodSettings",
"description": "Sends a request to add a new payment method to the merchant account identified in the path. To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Payment methods read and write ",
"item": [
{
"name": "Request to add Visa",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"disabled": false
},
{
"key": "Accept",
"value": "application/json",
"disabled": false
}
],
"body": {
"mode": "raw",
"raw": "{\n \"type\" : \"visa\",\n \"businessLineId\" : \"BL322KV223222D5F8H2J4BQ6C\",\n \"storeIds\" : [ \"ST322LJ223223K5F4SQNR9XL5\" ],\n \"currencies\" : [ \"EUR\" ],\n \"countries\" : [ \"NL\" ]\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/merchants/:merchantId/paymentMethodSettings",
"host": [
"{{baseUrl}}"
],
"path": [
"merchants",
":merchantId",
"paymentMethodSettings"
],
"variable": [
{
"key": "merchantId",
"value": "{{YOUR_MERCHANT_ACCOUNT}}",
"description": "The unique identifier of the merchant account."
}
],
"query": [
]
},
"description": "Sends a request to add a new payment method to the merchant account identified in the path. To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions): * Management API—Payment methods read and write "
}
},
{
"name": "Request to add Swish",
"request": {
Expand Down

0 comments on commit a969bc8

Please sign in to comment.