...
The Netvalve transmits the webhook message to the client server in JSON format.
Code Block |
---|
{{ "eventName": "PURCHASE_FAILED", "data": { "transactionType": "SALE", "clientOrderId": "791", "orderId": "141", "traceId": "05adf03e-a913-4082-a85d-efaaa77faf19", "midId": 2, "netvalveMidId": "04db4eeb-d1f1-473a-9f55-329a5c96f846", "responseTimestamp": 1702898567637"2024-03-21T10:45:02", "transactionId": null, "responseCode": null, "responseMessage": null, "responseCodeType": null, "amount": 11.10, "clientId": 2, "callbackConfigurationId": 1 } } |
...