Mozarto - The Payments Orchestration Platform
    • 1. Introduction
    • 2. Quick Start
    • 3. Authentication
    • 4. Webhook Setup
    • 5. Errors
    • 6. Redirect flow
      • Pay-In Flow
      • Pay-Out Flow
    • 7. Payment Providers (PSPs)
      • Overview
      • Brite
      • Cleo
      • Flexepin
      • ForumPay
      • Gigadat
      • Neosurf
      • PayOne
      • Trust Payments
      • Worldpay
      • Emerchantpay
    • 8. Redirect Flow APIs
      • Redirect Flow APIs - overview
      • Pay-In
        • WorldPay
        • Forumpay
        • Payone
        • Gigadat
        • Flexepin
        • Trust
      • Pay-Out
        • Forumpay
        • Payone
        • Gigadat withdraw ETO
        • Gigadat withdraw ACH
      • Webhook
        • Payone status webhook
    • 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