Logoelepay
Terminal

Create terminal reader

POST
/terminal/readers
Location ID
length ≤ 32
メタデータ

Response Body

application/json

OK

TypeScript Definitions

Use the response body type in TypeScript.

curl -X POST "https://api.elepay.io/terminal/readers" \  -H "Content-Type: application/json" \  -d '{    "locationId": "string"  }'
{
  "id": "string",
  "appId": "string",
  "object": "terminal.reader",
  "liveMode": true,
  "locationId": "string",
  "serialNumber": "string",
  "registrationCode": "string",
  "metadata": {},
  "status": "pending"
}