API Reference

Unassign a POS terminal

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…

Response Schema:

{ "status": boolean, "message": string, "data": { "terminal": { "id": string, "name": string, "address": string | null, "phone": string | null, "serialNumber": string, "model": string | null, "assignedAt": date-time, "settlementAccountId": string | null, "accountDetails": { "accountName": string, "accountNumber": string, "bankName": string, } | null, "status": "assigned" | "unassigned", "unassignedAt": date-time | null } } }
Body Params
string

Optional. Provide either the serialNumber or the assigned terminal id

string

Optional. Provide either the serialNumber or the assigned terminal id

Response

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json