Skip to main content

Endpoint

PUT /api/sandbox/v1/multiaccount/activate

Base URL

https://api.kiotapay.co

Request Headers

KeyValueRequiredDescription
Content-Typeapplication/jsonSpecifies that the request body is in JSON format.
AuthorizationBearer <your-token>API authentication token. Replace <your-token> with a valid JWT.
Sample Response Body
{
    "status": 200,
    "message": "Updated Successfully",
    "data": "subscribed Successfully"
}