subscripiton

reconcileGpayPurchase

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

post/subscripiton/reconcileGpayPurchase

Request body

user_idinteger

Example request

{
  "user_id": 165564,
  "gpay_response": {
    "acknowledged": true,
    "autoRenewing": true,
    "orderId": "GPA.3395-4713-4184-32698",
    "packageName": "",
    "productId": "weekly_v12:weekly-v12",
    "purchaseState": 1,
    "purchaseTime": 1776515563660,
    "purchaseToken": "kkpjjngjfiomnclacpgaiiig.AO-J1OyfNlb3Yts8VgrSo2YTT-pU9_6KmVJDeolwnoPXJ_SGzigi5bPmp3pwkl88RdvD1-hfr4jzF-ixCgwoKiXxO2nyoV071A",
    "quantity": 1
  }
}

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.