Description (Deactivate the Store)
Deactivate the selected Store by Fixed Code API. Only allowed by Owner. (POST)
End Point
https://api-h2h-staging.yedpay.com/v1/fixedcode/stores/{{store_id}}/deactivate
Variable
| # | Name | Type | Description |
|---|---|---|---|
| 1 | store_id | String | Store's ID |
Request Header
| # | Key | Value | Description |
|---|---|---|---|
| 1 | Authorization | Bearer {{access_token}} | Login Token |
Body
| # | Name | Type | Description |
|---|
Response
| # | Name | Type | Description |
|---|---|---|---|
| 1 | success | string | status of the response true/false |
| 2 | message | string | message of the response |
Example Success Response
{
"success": true,
"message": "Success",
}
Example Error Response
{
"success": false,
"message": "Unauthenticated.",
"status": 500
}
v1.89.5-20251216 © The Payment Cards Group Limited. All rights reserved.