VTEX · Schema

Payments

Object containing the reference route of transaction payments.

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
href string Transaction payment reference route.
View JSON Schema on GitHub

JSON Schema

vtex-payments-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Payments",
  "title": "Payments",
  "required": [
    "href"
  ],
  "type": "object",
  "description": "Object containing the reference route of transaction payments.",
  "properties": {
    "href": {
      "type": "string",
      "description": "Transaction payment reference route."
    }
  }
}