{
"$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."
}
}
}