Apideck · Schema

Transaction number

Number associated with the transaction

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-transactionnumber-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TransactionNumber",
  "title": "Transaction number",
  "type": "string",
  "description": "Number associated with the transaction",
  "example": "123456",
  "nullable": true
}