v1

latestOpenAPI 3.1.02026-07-24920300.7 KB

Purchase POST Status

This endpoint can be used to check the status of a Purchase POST request.

get/subscription/{Subscription Request ID}/response

Path parameters

Subscription Request IDstring required

The ID returned after a Purchase POST request

Response

200

customerstring
paymentstring
errorsobject
shipping_addressstring

Example response

{
  "customer": "88324090493223",
  "payment": "e7a11678911711ghjf8326d09352e44d",
  "shipping_address": "e79b1ce691171fhdja8326d09352e44d",
  "subscriptions": [
    {
      "41176948148744": "e7b0710e911711ederhs326d09352e44d"
    }
  ]
}