Qliro order
OK
Bad Request
Unauthorized
Not Found
{- "OrderId": 0,
- "MerchantReference": "string",
- "TotalPrice": 0,
- "Currency": "string",
- "Country": "string",
- "Language": "string",
- "CustomerCheckoutStatus": "inProcess",
- "Customer": {
- "FirstName": "string",
- "LastName": "string",
- "PersonalNumber": "string",
- "VatNumber": "string",
- "Email": "string",
- "MobileNumber": "string",
- "JuridicalType": "physical",
- "DateOfBirth": "string",
- "Gender": 0
}, - "BillingAddress": {
- "FirstName": "string",
- "LastName": "string",
- "CompanyName": "string",
- "CareOf": "string",
- "Street": "string",
- "Street2": "string",
- "PostalCode": "string",
- "City": "string",
- "CountryCode": "string",
- "Area": "string",
- "AreaCode": "string"
}, - "ShippingAddress": {
- "FirstName": "string",
- "LastName": "string",
- "CompanyName": "string",
- "CareOf": "string",
- "Street": "string",
- "Street2": "string",
- "PostalCode": "string",
- "City": "string",
- "CountryCode": "string",
- "Area": "string",
- "AreaCode": "string"
}, - "OrderItems": [
- {
- "MerchantReference": "string",
- "Description": "string",
- "Type": "product",
- "Quantity": 0,
- "PricePerItemIncVat": 0,
- "PricePerItemExVat": 0,
- "PaymentTransactionId": 0
}
], - "PaymentMethod": {
- "PaymentMethodName": "string",
- "PaymentTypeCode": "string"
}, - "SelectedShippingMethod": "string",
- "SelectedShippingSecondaryOption": "string",
- "SignupForNewsletter": true,
- "AskForNewsletterSignupChecked": true,
- "IdentityVerification": {
- "RequireIdentityVerification": true,
- "IdentityVerified": true
}, - "MerchantProvidedMetadata": [
- {
- "Key": "string",
- "Value": "string"
}
], - "OrderHtmlSnippet": "string",
- "MerchantSavedCreditCard": {
- "id": "string",
- "brandName": "string",
- "expiryYear": 0,
- "expiryMonth": 0,
- "bin": "string",
- "last4Digits": "string",
- "maskedNumber": "string"
}
}
{- "declineReasonMessage": "string"
}