{ "opencollection": "1.0.0", "info": { "name": "Business Accounting Terminals API", "version": "1.0" }, "items": [ { "info": { "name": "Terminals", "type": "folder" }, "items": [ { "info": { "name": "Retrieve terminal list", "type": "http" }, "http": { "method": "GET", "url": "https://b2b.revolut.com/api/1.0/api/terminals", "headers": [ { "name": "Authorization", "value": "" }, { "name": "Revolut-Api-Version", "value": "" } ], "params": [ { "name": "operation_mode", "value": "", "type": "query", "description": "Filter terminals by operation mode.\n\n| Value | Description |\n|-------|-------------|\n| `pos` | Returns only terminals in Pay at Counter mode |\n| `payment_acceptance` | Returns only terminals in standard checkout mode |" }, { "name": "location_id", "value": "", "type": "query", "description": "Filter results by location ID." } ] }, "docs": "Retrieve a list of Revolut Terminal devices available to the merchant.\n\nThis endpoint is primarily used for push payments to Revolut Terminal integration, allowing POS systems to discover available terminals at a specific location and in the correct operation mode.\n\n:::tip\nFor push payments integration, use the `operation_mode=pos` query parameter to filter only terminals in **Pay at Counter** mode that are ready to receive payment intents.\n:::\n\n:::info\nFor more information about integration, se" } ] } ], "bundled": true }