VTEX · Schema
Success-Manifest
Payment provider manifest response body information.
CommerceE-CommerceRetailMarketplacePayments
Properties
| Name | Type | Description |
|---|---|---|
| paymentMethods | array | Describes each payment method supported by payment provider and exposed its respective metadata. |
| customFields | array | Describes the customized fields supported by the connector. Except for `appKey` or `appToken` values, which must be defined in homonymous fields, any other security data should be sent or stored as `p |
| autoSettleDelay | object | Describes the allowed delay value for the auto settle capture. Accepted values: `minimum` and `maximum` in whole hours (decimals are not allowed). Check more details on the [Custom Auto Capture Featur |
| metadataFields | array | Array containing the names of the metadata fields sent from the provider to the payment gateway. Limitations: the array must contain a maximum of 3 strings, and each of them, a maximum of 20 character |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Success-Manifest",
"title": "Success-Manifest",
"required": [
"paymentMethods"
],
"type": "object",
"description": "Payment provider manifest response body information.",
"properties": {
"paymentMethods": {
"type": "array",
"description": "Describes each payment method supported by payment provider and exposed its respective metadata.",
"items": {
"type": "object",
"description": "Payment methods information.",
"required": [
"name",
"allowsSplit"
],
"properties": {
"name": {
"type": "string",
"description": "Payment method name."
},
"allowsSplit": {
"type": "string",
"description": "Describes which transaction flow stage the connector should receive payment split data. Check more details on the [Split Payouts on the Payment Provider Protocol](https://developers.vtex.com/vtex-rest-api/docs/split-payouts-on-payment-provider-protocol) article.",
"enum": [
"onAuthorize",
"onCapture",
"disabled"
]
}
}
}
},
"customFields": {
"type": "array",
"description": "Describes the customized fields supported by the connector. Except for `appKey` or `appToken` values, which must be defined in homonymous fields, any other security data should be sent or stored as `password` type fields.",
"items": {
"type": "object",
"description": "Custom fields information.",
"properties": {
"name": {
"type": "string",
"description": "Custom field name."
},
"type": {
"type": "string",
"description": "Custom field type.",
"enum": [
"text",
"password",
"select"
]
},
"options": {
"type": "array",
"description": "In case of `select` type, the possible params are `text` and `value`.",
"items": {
"type": "object",
"description": "Custom field information.",
"properties": {
"text": {
"type": "string",
"description": "Custom field description."
},
"value": {
"type": "string",
"description": "Custom field value."
}
}
}
}
}
}
},
"autoSettleDelay": {
"type": "object",
"description": "Describes the allowed delay value for the auto settle capture. Accepted values: `minimum` and `maximum` in whole hours (decimals are not allowed). Check more details on the [Custom Auto Capture Feature](https://developers.vtex.com/vtex-rest-api/docs/custom-auto-capture-feature) article.",
"required": [
"minimum",
"maximum"
],
"properties": {
"minimum": {
"type": "string",
"description": "Minimum amount of time to auto settle in hours."
},
"maximum": {
"type": "string",
"description": "Maximum amount of time to auto settle in hours."
}
}
},
"metadataFields": {
"type": "array",
"description": "Array containing the names of the metadata fields sent from the provider to the payment gateway. Limitations: the array must contain a maximum of 3 strings, and each of them, a maximum of 20 characters.",
"items": {
"type": "string",
"description": "Metadata fields information."
}
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/vtex-success-manifest"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.