Telesign · Schema

TransactionStatus

AuthenticationCommunicationsFraud PreventionPhone IntelligenceSMSVerification

Properties

Name Type Description
code string
description string
updated_on string
View JSON Schema on GitHub

JSON Schema

telesign-transactionstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TransactionStatus",
  "title": "TransactionStatus",
  "type": "object",
  "properties": {
    "code": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "updated_on": {
      "type": "string",
      "format": "date-time"
    }
  }
}