Skip to content

JusPayExpressCheckoutCommonField

Type: schema

TypeScript Definition

typescript
JusPayExpressCheckoutCommonField: {{
            payment_provider_slug: string;
            /** @constant */
            integration_type: "express-checkout";
            gateway_reference_id: string;
            return_url?: string;
            redirect_after_payment?: boolean;
            get_client_auth_token?: boolean;
        };
        /** JusPayExpressCheckoutResponse */
}

OpenAPI Schema

json
{
  "title": "JusPayExpressCheckoutCommonField",
  "type": "object",
  "externalDocs": {
    "url": "https://llm-docs.commercengine.io/storefront/schemas/JusPayExpressCheckoutCommonField",
    "description": "API reference for the JusPayExpressCheckoutCommonField schema"
  },
  "required": [
    "payment_provider_slug",
    "integration_type",
    "gateway_reference_id"
  ],
  "properties": {
    "payment_provider_slug": {
      "type": "string"
    },
    "integration_type": {
      "type": "string",
      "const": "express-checkout"
    },
    "gateway_reference_id": {
      "type": "string"
    },
    "return_url": {
      "type": "string"
    },
    "redirect_after_payment": {
      "type": "boolean"
    },
    "get_client_auth_token": {
      "type": "boolean"
    }
  }
}

Auto-generated from OpenAPI spec and TypeScript definitions

Last updated: