diff --git a/docs/gen/redoc.v1.html b/docs/gen/redoc.v1.html index 6317473..6c6f1ea 100644 --- a/docs/gen/redoc.v1.html +++ b/docs/gen/redoc.v1.html @@ -473,7 +473,7 @@ " class="sc-eVqvcJ sc-fszimp sc-etsjJW kIppRw jnwENr ljKHqG">

A successful response.

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "rewardsHeader": {
    }
}

Purchase

Response samples

Content type
application/json
{
  • "items": [
    ],
  • "rewardsHeader": {
    }
}

Purchase

Purchase processing endpoints

Cancel pending payment

Step 2B: Cancels a pending purchase that was previously registered. IMPORTANT: Always expects HTTP 200 OK response with inline error codes in the body.

@@ -580,7 +580,7 @@ " class="sc-eVqvcJ sc-fszimp sc-etsjJW kIppRw jnwENr ljKHqG">

An unexpected error response.

Request samples

Content type
application/json
{
  • "playerId": "string",
  • "transactionId": "string",
  • "checkoutLinkId": "string",
  • "currency": "string",
  • "registrations": [
    ],
  • "platform": "PURCHASE_PLATFORM_UNSPECIFIED",
  • "browser": "string",
  • "deviceId": "string",
  • "source": "PURCHASE_SOURCE_UNSPECIFIED",
  • "ipAddress": "string",
  • "region": "string"
}

Response samples

Content type
application/json
{
  • "statuses": [
    ]
}