subscripiton

cancelGpaySubscription

Internal subscripiton/cancelGpaySubscription operation. Authentication requirements are derived from the active route allowlist.

post/subscripiton/cancelGpaySubscription

Request body

Example request

{
  "gpay_response": {
    "orderId": "GPA.3336-6575-9208-03110",
    "quantity": 1,
    "productId": "annual_40001",
    "packageName": "com.wow.invoice",
    "acknowledged": false,
    "autoRenewing": true,
    "purchaseTime": 1692821732662,
    "purchaseState": 1,
    "purchaseToken": "jfdkgacgmiajidfmpldhlccl.AO-J1OwSvDW5swKyUWgG5_Wm4Xw7wd5Y5icxzGUCdE0rk0Y0yMofJsrYkCa9C626z7RxOTH4-l7CdTSpSFYeK7KlynmHWPnWGA"
  }
}

Response

Standard successful response envelope.

status'success' required
statusCodeinteger required
messagestring required
dataobject required
{"stackTrail":"components:schemas:SuccessEnvelope:properties:error","oasType":"schema","type":"unknown","example":null,"nullable":true}

Example response

{
  "statusCode": 200,
  "message": "OK"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.