Mindbody · Schema

TransactionResponse

Implementation of the 'TransactionResponse' model.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
TransactionId integer The Transaction ID.
AuthenticationUrl string The optional valid URL provided by the bank.
View JSON Schema on GitHub

JSON Schema

public-api-v6-transaction-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-schema/public-api-v6-transaction-response-schema.json",
  "title": "TransactionResponse",
  "description": "Implementation of the 'TransactionResponse' model.",
  "type": "object",
  "properties": {
    "TransactionId": {
      "type": "integer",
      "format": "int32",
      "description": "The Transaction ID.",
      "example": 123456
    },
    "AuthenticationUrl": {
      "type": "string",
      "description": "The optional valid URL provided by the bank.",
      "example": "https://example.mindbodyonline.com/resource/abc123"
    }
  }
}