For developers
By Qliro


OrderIDcheckout/merchantapi/orders.1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19{ "OrderId": "MerchantUniqueReference", "MerchantApiKey": "MerchantApiKey", "Country": "SE", "Currency": "SEK", "Language": "sv-se", "MerchantConfirmationUrl": "https://merchant.com/confirmation/", "MerchantTermsUrl": "https://merchant.com/terms/", "OrderItems": [ { "MerchantReference": "RedHat", "Description": "Red hat original product", "Type": "Product", "Quantity": 1, "PricePerItemIncVat": 375.55, "PricePerItemExVat": 300.35 } ] }
1 2 3{ "OrderId": 12345 }
OrderID or your MerchantReference.checkout/merchantapi/orders/{OrderId} or checkout/merchantapi/orders/?merchantReference={MerchantReference}.1 2 3 4 5 6 7 8 9 10 11 12 13{ "OrderHtmlSnippet": "Qlirocheckoutsnippet", "OrderId": 12345, "MerchantReference": "MerchantUniqueReference", "TotalPrice": 0, "Currency": "SEK", "Country": "SE", "Language": "sv-se", "CustomerCheckoutStatus": "InProcess", "OrderItems": [], "IdentityVerification": {}, "MerchantProvidedMetadata": [] }


oncheckoutloaded (optional listener) to know when the checkout rendering is done. Continue to Listeners to read more.