Unassign a payment terminal from a merchant
DELETE/partner/partner/:partnerId/terminal/:terminalType/:serialnumber
This endpoint will unassign a terminal from its merchant. It is necessary to publish the configuration after this operation to keep the terminal management system in sync with the Handpoint Gateway. This operation will leave the terminal unassigned from any merchant and will become part of the pool of terminals ready to be assigned.
Request
Path Parameters
Possible values: non-empty
and <= 50 characters
ID of the partner who owns the terminal.
Possible values: [MPED400
, MPED800
, HILITE
, HIPLUS
, HIPRO
, HIFIVE
, BP50PLUS
, PAXA920
, PAXA80
, PAXA77
, PAXA50
, PAX30
, PAXA35
, PAXA60
, PAXA910
, PAXA920PRO
, PAXA930
, PAXARIES6
, PAXARIES8
, PAXE500
, PAXE700
, PAXE800
, PAXA800
, PAXIM30
, TELPOTPS900
, TELPOTPS988
, TELPOTPS989
, TELPOTPS328
, TELPOTPS300
, TELPOTPS
, VT
]
Type of terminal to be unassigned.
Possible values: <= 20 characters
Serial number of the terminal to be unassigned.
Responses
- 200
- 400
- 401
- 403
- 409
- 500
OK
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
Error code.
Reason of the error.
Message guid of the error.
{
"code": "string",
"reason": "string",
"messageGuid": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
Error code.
Reason of the error.
Message guid of the error.
{
"code": "string",
"reason": "string",
"messageGuid": "string"
}
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
Error code.
Reason of the error.
Message guid of the error.
{
"code": "string",
"reason": "string",
"messageGuid": "string"
}
Conflict
- application/json
- Schema
- Example (from schema)
Schema
Error code.
Reason of the error.
Message guid of the error.
{
"code": "string",
"reason": "string",
"messageGuid": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
Error code.
Reason of the error.
Message guid of the error.
{
"code": "string",
"reason": "string",
"messageGuid": "string"
}