Mozarto - The Payments Orchestration Platform
    • 1. Introduction
    • 2. Quick Start
    • 3. Authentication
    • 4. Errors
    • 5. Redirect flow
      • Pay-In Flow
      • Pay-Out Flow
      • Webhook Setup
    • 6. Payment Providers (PSPs)
      • Overview
      • Brite
      • Cleo
      • Flexepin
      • ForumPay
      • Gigadat
      • Neosurf
      • Payone
      • Trust Payments
      • WorldPay
    • 7. Redirect Flow APIs
      • PayIn
        • Forumpay
        • Payone
      • PayOut
        • Forumpay
        • Payone
    • Schemas
      • TransactionData

    TransactionData

    {
        "type": "string",
        "description": "string",
        "properties": {
            "transactionId": {
                "type": "string",
                "description": "string",
                "example": "string"
            },
            "merchantReference": {
                "type": "string",
                "description": "string",
                "example": "string"
            },
            "amount": {
                "type": "string",
                "description": "string",
                "example": 0
            },
            "finalStatus": {
                "type": "string",
                "description": "string",
                "enum": [
                    "string"
                ],
                "example": "string"
            }
        },
        "required": [
            "string"
        ]
    }
    Built with