VTEX · Example Payload

Vtex Getorderformconfiguration Example

CommerceE-CommerceRetailMarketplacePayments

Vtex Getorderformconfiguration Example is an example object payload from VTEX, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "GetorderFormconfiguration",
  "method": "GET",
  "path": "/api/checkout/pvt/configuration/orderForm",
  "summary": "VTex Get orderForm configuration",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "paymentConfiguration": {
          "requiresAuthenticationForPreAuthorizedPaymentOption": false,
          "allowInstallmentsMerge": false,
          "blockPaymentSession": null
        },
        "taxConfiguration": null,
        "minimumQuantityAccumulatedForItems": 1,
        "decimalDigitsPrecision": 2,
        "minimumValueAccumulated": null,
        "apps": [
          {
            "fields": [
              "name",
              "age"
            ],
            "id": "abcd",
            "major": 1
          }
        ],
        "allowMultipleDeliveries": false,
        "allowManualPrice": true,
        "savePersonalDataAsOptIn": false,
        "maxNumberOfWhiteLabelSellers": null,
        "maskFirstPurchaseData": null,
        "recaptchaValidation": "vtexCriteria",
        "requiresLoginToPlaceOrder": true,
        "minimumPurchaseDowntimeSeconds": 90,
        "cartAgeToUseNewCardSeconds": 30
      }
    }
  ]
}