currentStatusstring Enum"checkout""processing""accepted""completed""declined"transitionsArray of objects(Transition)+Show 2 array properties{ "currentStatus": "checkout", "transitions": [ { … } ] }
eventNamestringcheckoutOrderIdinteger(int64)closeReasonstringcorrelationIdstring(uuid)timestampUtcstring(date-time){ "eventName": "string", "checkoutOrderId": 0, "closeReason": "string", "correlationId": "48fb4cd3-2ef6-4479-bea1-7c92721b988c", "timestampUtc": "2019-08-24T14:15:22Z" }
paymentIdstringNorce Payment IdhtmlSnippetstringSvea checkout order html snippet. Example: "\n <div id='svea-checkout-container'><script>alert('Initializing Svea Checkout');</script>\n </div>\n "{ "paymentId": "string", "htmlSnippet": "\n <div id='svea-checkout-container'><script>alert('Initializing Svea Checkout');</script>\n </div>\n " }