Yedpay

Description (Activate the Store)

Activate the selected Store by Fixed Code API. Only allowed by Owner. (POST)

End Point

https://api.yedpay.com/v1/fixedcode/stores/{{store_id}}/activate

Variable

Variable
# Name Type Description
1 store_id String Store's ID

Request Header

Request Header
# Key Value Description
1 Authorization Bearer {{access_token}} Login Token

Body

Body
# Name Type Description

Response

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.65.0-20240318 © The Payment Cards Group Limited. All rights reserved.