PaymentOrderTransactionCreate
v1

Event represents the order transaction entity.

Details

This event is generated when an order transaction has changed.

Consumer / Producer Diagram

PaymentOrderTransactionCreate Schema (json)
{
    "referenceKey": "string",
    "referenceKeyType": 0,
    "transactions": [
        {
            "orderKey": "string",
            "paymentKey": "string",
            "parentKey": "string",
            "description": "string",
            "amount": 0.0,
            "currencyCode": "string",
            "status": 0,
            "receiptUrl": "string"
        }
    ],
    "currencyCode": "string",
    "processingExternally": false,
    "key": "string",
    "context": {
        "decodedUserKey": "string",
        "decodedTenantKey": "string",
        "decodedAppKey": "string",
        "roleType": 0,
        "layer": "System",
        "allowed": {
            "item1": false
        }
    },
    "propertyBag": {
        "item1": "string"
    },
    "isTracked": false
}
Edit this pageLast updated on 2023/12/15