VLTZ PAY
    • API Reference
      • Getting Started
        • Create a hosted checkout session
        • Get payment status
      • Core Resources
        • Create a direct payment
        • List application transactions
        • Get transaction dashboard summary
        • Get an application transaction
        • List application payment activity
      • Schemas
        • CheckoutRequest
        • CreatePaymentRequest
        • PaymentRequestBase
        • CardDetails
        • PaymentMethodCode
        • BillingDetails
        • CheckoutBilling
        • LineItem
        • PaymentMetadata
        • CheckoutResponse
        • CreatePaymentResponseEnvelope
        • CreatePaymentResponse
        • ProviderCheckout
        • ProviderResult
        • PaymentRecord
        • PaymentStatus
        • ResolvedPaymentMethod
        • PaymentStatusResponseEnvelope
        • Transaction
        • TransactionResponseEnvelope
        • TransactionListResponseEnvelope
        • TransactionSummaryResponseEnvelope
        • CurrencySummary
        • DailySummary
        • ActivityLogListResponseEnvelope
        • ActivityLog
        • PaymentStatusCallback
        • ErrorEnvelope

    ActivityLog

    {
        "id": 0,
        "paymentReference": "string",
        "direction": "REQUEST",
        "event": "string",
        "requestPayload": {
            "property1": "string",
            "property2": "string"
        },
        "responsePayload": {
            "property1": "string",
            "property2": "string"
        },
        "errorMessage": "string",
        "createdAt": "2019-08-24T14:15:22.123Z"
    }
    Built with