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 Sep 7, 2023
1 parent bd2d2e6 commit 4aab737
Showing 1 changed file with 54 additions and 1 deletion.
55 changes: 54 additions & 1 deletion postman/BalancePlatformService-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@
],
"body": {
"mode": "raw",
"raw": "{\n \"description\" : \"Liable account holder used for international payments and payouts\",\n \"reference\" : \"S.Eller-001\",\n \"legalEntityId\" : \"LE322JV223222D5GG42KN6869\",\n \"capabilities\" : {\n \"receivePayments\" : {\n \"requested\" : true\n }\n }\n}",
"raw": "{\n \"description\" : \"Liable account holder used for international payments and payouts\",\n \"reference\" : \"S.Eller-001\",\n \"capabilities\" : {\n \"receivePayments\" : {\n \"requested\" : true\n }\n }\n}",
"options": {
"raw": {
"language": "json"
Expand Down Expand Up @@ -2256,6 +2256,59 @@
]
}
]
},
{
"name": "Transfer routes",
"item": [
{
"name": "/transferRoutes/calculate",
"description": "Returns available transfer routes based on a combination of transfer `country`, `currency`, `counterparty`, and `priorities`. Use this endpoint to find optimal transfer priorities and associated requirements before you [make a transfer](https://docs.adyen.com/api-explorer/transfers/latest/post/transfers).",
"item": [
{
"name": "Calculate transfer routes",
"request": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json",
"disabled": false
},
{
"key": "Accept",
"value": "application/json",
"disabled": false
}
],
"body": {
"mode": "raw",
"raw": "{\n \"balancePlatform\" : \"{{YOUR_BALANCE_PLATFORM}}\",\n \"currency\" : \"USD\",\n \"category\" : \"bank\",\n \"counterparty\" : {\n \"bankAccount\" : {\n \"accountIdentification\" : {\n \"type\" : \"iban\",\n \"iban\" : \"NL91ABNA0417164300\"\n }\n }\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/transferRoutes/calculate",
"host": [
"{{baseUrl}}"
],
"path": [
"transferRoutes",
"calculate"
],
"variable": [
],
"query": [
]
},
"description": "Returns available transfer routes based on a combination of transfer `country`, `currency`, `counterparty`, and `priorities`. Use this endpoint to find optimal transfer priorities and associated requirements before you [make a transfer](https://docs.adyen.com/api-explorer/transfers/latest/post/transfers)."
}
}
]
}
]
}
],
"auth": {
Expand Down

0 comments on commit 4aab737

Please sign in to comment.