VTEX · Schema

Transaction

Transaction information.

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
href string Gift card resource URL. The number described in the URL refers to the gift card identification.
View JSON Schema on GitHub

JSON Schema

vtex-transaction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Transaction",
  "title": "Transaction",
  "description": "Transaction information.",
  "required": [
    "href"
  ],
  "type": "object",
  "properties": {
    "href": {
      "type": "string",
      "description": "Gift card resource URL. The number described in the URL refers to the gift card identification."
    }
  },
  "example": {
    "href": "/gatewayqa/giftcards/3b1abc17-988e-4a14-8b7f-31fc6a5b955c_24/transactions"
  }
}