v1

latestOpenAPI 3.1.02026-07-242325051.4 MB
Core Data

TerminalCardAcquirers

Get a list of acquirers/processors that can be used on a CTAP terminal

get/v2/terminalcardacquirers

Response

OK

totalinteger nullable

The total items the collection contains

Example response

{
  "terminalCardAcquirers": [
    {
      "tag": "AWL EUROPE",
      "name": "AWL EUROPE",
      "image": "/processors/awl_europe.svg",
      "createdAt": "2024-06-04T08:15:00+01:00",
      "modifiedAt": "2024-06-04T08:15:00+01:00",
      "deletedAt": "A-1234-4321"
    }
  ],
  "total": 10
}