v1

latestOpenAPI 3.1.02026-08-0425501.2 MB

De-Activate Subscription

post/?de-Activate

Request body

appidstring required

Merchant APP ID (Alphanumeric - Length of 32 chars)

appkeystring required

Merchant APP KEY (Alphanumeric - Length of 32 chars and special chars $@%#)

epistring required

EPI is an end point identifier, Identify the device on valor infrastructure, it's a 10 digit number starts with 2

txn_typestring required

Transaction type should be set as 'deactivateSubscription'

subscription_idstring required

Subscription id (length of max 11 chars)

Response

200

error_nostring
statusstring
msgstring
descstring

Example response

{
  "error_no": "S00",
  "status": "OK",
  "msg": "SUCCESS",
  "desc": "SUBSCRIPTION DEACTIVATED SUCCESSFULLY"
}