subscripiton

notifyGpayTransactionCMS

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

post/subscripiton/notifyGpayTransactionCMS

Request body

user_idinteger
languagestring

Example request

{
  "user_id": 549,
  "language": "en",
  "gpay_response": {
    "orderId": "GPA.3318-5997-1347-57374",
    "quantity": 1,
    "productId": "monthly_3daytrial_v5",
    "packageName": "com.wow.invoice",
    "acknowledged": false,
    "autoRenewing": true,
    "purchaseTime": 1720684910131,
    "purchaseState": 0,
    "purchaseToken": "incfhmmmcmhbmgeakfcmpgbl.AO-J1Ox8mDpxvbQ7QGS4b9YlregUKOCVip1yNRGJZ9JC5-k04io_7wL5Bj1f_C1srYqOGtCUn0haWgRYyw8Agqvi3k5j9lefCA1"
  }
}

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.