VTEX · Schema

Success6

Get credentials response body information.

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
applicationId string The same `applicationId` sent in the request.
appKey string The value we will send in the header `X-VTEX-API-AppKey` for the payment flow.
appToken string The value we will send in the header `X-VTEX-API-AppToken` for the payment flow.
View JSON Schema on GitHub

JSON Schema

vtex-success6-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Success6",
  "title": "Success6",
  "required": [
    "applicationId",
    "appKey",
    "appToken"
  ],
  "type": "object",
  "description": "Get credentials response body information.",
  "properties": {
    "applicationId": {
      "type": "string",
      "description": "The same `applicationId` sent in the request."
    },
    "appKey": {
      "type": "string",
      "description": "The value we will send in the header `X-VTEX-API-AppKey` for the payment flow."
    },
    "appToken": {
      "type": "string",
      "description": "The value we will send in the header `X-VTEX-API-AppToken` for the payment flow."
    }
  }
}