Properties
| Name | Type | Description |
|---|---|---|
| status | string | Transaction status. |
| isActive | boolean | If it is an active transaction (`true`) or not (`false`). |
| transactionId | string | Transaction ID. |
| merchantName | string | Transaction merchant's name. |
| payments | array | Payments' details object. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/GetPaymenttransaction",
"title": "GetPaymenttransaction",
"required": [
"status",
"isActive",
"transactionId",
"merchantName",
"payments"
],
"type": "object",
"properties": {
"status": {
"type": "string",
"description": "Transaction status."
},
"isActive": {
"type": "boolean",
"description": "If it is an active transaction (`true`) or not (`false`)."
},
"transactionId": {
"type": "string",
"description": "Transaction ID."
},
"merchantName": {
"type": "string",
"description": "Transaction merchant's name."
},
"payments": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Payment1"
},
"description": "Payments' details object."
}
},
"example": {
"status": "Finished",
"isActive": true,
"transactionId": "CB452D77E7D04099A4DB0479087B1D2C",
"merchantName": "LUXSTORE",
"payments": [
{
"id": "721CBE1090324D12ABE301FE33DE775A",
"paymentSystem": "4",
"paymentSystemName": "Mastercard",
"value": 10150,
"installments": 1,
"referenceValue": 10150,
"cardHolder": null,
"cardNumber": null,
"firstDigits": "412341",
"lastDigits": "4123",
"cvv2": null,
"expireMonth": null,
"expireYear": null,
"url": null,
"giftCardId": null,
"giftCardName": null,
"giftCardCaption": null,
"redemptionCode": null,
"group": "creditCard",
"tid": "101770752",
"dueDate": null,
"connectorResponses": {
"Tid": "101770752",
"ReturnCode": "200",
"Message": "logMessage",
"authId": "170852"
}
}
]
}
}
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-getpaymenttransaction"
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.