Skip to content

JuspayCreateCardResponse

Type: schema

TypeScript Definition

typescript
JuspayCreateCardResponse: {{
            /** @constant */
            payment_gateway: "JUSPAY";
            card_token?: string;
            card_reference?: string;
            card_fingerprint?: string;
        };
        /** JuspayCreateCustomerPayload */
}

OpenAPI Schema

json
{
  "title": "JuspayCreateCardResponse",
  "type": "object",
  "externalDocs": {
    "url": "https://llm-docs.commercengine.io/storefront/schemas/JuspayCreateCardResponse",
    "description": "API reference for the JuspayCreateCardResponse schema"
  },
  "required": [
    "payment_gateway"
  ],
  "properties": {
    "payment_gateway": {
      "const": "JUSPAY"
    },
    "card_token": {
      "type": "string"
    },
    "card_reference": {
      "type": "string"
    },
    "card_fingerprint": {
      "type": "string"
    }
  }
}

Auto-generated from OpenAPI spec and TypeScript definitions

Last updated: