{ "opencollection": "1.0.0", "info": { "name": "Wise Platform 3ds bulk-settlement API", "version": "1.0" }, "items": [ { "info": { "name": "bulk-settlement", "type": "folder" }, "items": [ { "info": { "name": "Send a settlement journal", "type": "http" }, "http": { "method": "POST", "url": "https://api.wise.com/v1/settlements", "headers": [ { "name": "X-External-Correlation-Id", "value": "f47ac10b-58cc-4372-a567-0e02b2c3d479" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Sends the settlement journal to Wise. There are two types of settlement:\n\n- **Same Currency Settlement** — Settle in the same currency as the transfers (e.g., settle USD transfers with USD).\n- **Cross Currency Settlement** — Settle in a different currency (e.g., settle PHP transfers with USD). In this case, you must specify `settlementCurrency` and include `exchangeRate` on every transfer.\n\n{% admonition type=\"info\" %}\nYou must use a client credentials token to authenticate this call.\n{% /admoni" } ] } ], "bundled": true }