Skip to content

JusPayHyperCheckout

Type: schema

TypeScript Definition

typescript
JusPayHyperCheckout: {{
            payment_provider_slug: string;
            /** @constant */
            integration_type: "hyper-checkout";
            gateway_reference_id: string;
            return_url: string;
            /** @enum {unknown} */
            action: "paymentPage";
        };
        /** JusPayHyperCheckoutResponse */
}

OpenAPI Schema

json
{
  "title": "JusPayHyperCheckout",
  "type": "object",
  "externalDocs": {
    "url": "https://llm-docs.commercengine.io/storefront/schemas/JusPayHyperCheckout",
    "description": "API reference for the JusPayHyperCheckout schema"
  },
  "required": [
    "payment_provider_slug",
    "integration_type",
    "gateway_reference_id",
    "return_url",
    "action"
  ],
  "properties": {
    "payment_provider_slug": {
      "type": "string"
    },
    "integration_type": {
      "type": "string",
      "const": "hyper-checkout"
    },
    "gateway_reference_id": {
      "type": "string"
    },
    "return_url": {
      "type": "string"
    },
    "action": {
      "enum": [
        "paymentPage"
      ]
    }
  }
}

Auto-generated from OpenAPI spec and TypeScript definitions

Last updated: