Disable Terminal

Patch /api/merchant/disable_terminal

Headers

Name
Value
Description

Accept

application/json

CLIENT

client_key

The unique identifier for the client.

SECRET

generated_secret

The expected secret generated using your client key and secret key.

Body

{
    "name": "Terminal Name",
    "bvn": "12345678901"
}

Response

{
    "id": 4,
    "name": "Mehticpay terminal",
    "number": null,
    "bvn": "07036407673",
    "method": "API",
    "enabled": false
}

Last updated