{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-transaction-response-structure.json", "name": "TransactionResponse", "description": "Implementation of the 'TransactionResponse' model.", "type": "object", "properties": { "TransactionId": { "type": "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" } } }