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

    PaymentStatusCallback

    {
        "event": "payment.status.updated",
        "providerEvent": "string",
        "payment": {
            "id": 0,
            "internalReference": "string",
            "providerReference": "string",
            "amount": "string",
            "currency": "string",
            "status": "PENDING",
            "transactionType": "PAYMENT",
            "paymentMethod": "CARD",
            "items": [
                {
                    "property1": "string",
                    "property2": "string"
                }
            ],
            "failureReason": "string"
        },
        "provider": {
            "id": 0,
            "code": "string",
            "mode": "SANDBOX"
        },
        "application": {
            "id": 0,
            "appKey": "string"
        },
        "providerPayload": {
            "property1": "string",
            "property2": "string"
        }
    }
    Built with