getOrderByHash
Return the order with the specified hash.
This is originally an alias for the getOrderInfo function adapted for Pay With MyQvickly.
An example can be found here Get order by hash example
Request
Data
Property  | Required  | Type  | Description  | 
|---|---|---|---|
hash  | true  | string  | The hash for the order.  | 
Function
Property  | Required  | Type  | Description  | 
|---|---|---|---|
function  | true  | string  | The function name to be used, for this page it’s getOrderByHash  | 
Response
The response will contain the order.
Order properties
Property  | Type  | Description  | 
|---|---|---|
status  | string  | The status of the order.  | 
Cart  | object  | The cart for the order.  | 
invoiceid_real  | string  | The real invoice id for the order.  | 
Customer  | object  | The customer for the order.  | 
DateTime  | string  | The date and time for the order.  | 
PaymentData  | object  | The payment data for the order.  | 
Articles  | array  | The articles for the order.  | 
orderid_real  | string  | The real order id for the order.  | 
PaymentInfo  | string  | The payment info for the order.  | 
CheckoutData  | object  | The checkout data for the order.  | 
Cart properties
Property  | Type  | Description  | 
|---|---|---|
Total  | object  | The total for the cart.  | 
Shipping  | object  | The shipping for the cart.  | 
Handling  | object  | The handling for the cart.  | 
Total properties
Property  | Type  | Description  | 
|---|---|---|
rounding  | string  | The rounding for the total.  | 
withtax  | string  | The total with tax.  | 
withouttax  | string  | The total without tax.  | 
tax  | string  | The tax for the total.  | 
Shipping properties
Property  | Type  | Description  | 
|---|---|---|
taxrate  | string  | The tax rate for the shipping.  | 
withouttax  | string  | The shipping without tax.  | 
Handling properties
Property  | Type  | Description  | 
|---|---|---|
taxrate  | string  | The tax rate for the handling.  | 
withouttax  | string  | The handling without tax.  | 
Customer properties
Property  | Type  | Description  | 
|---|---|---|
Billing  | object  | The billing address for the customer.  | 
pno  | string  | The personal number for the customer.  | 
Shipping  | array  | The shipping addresses for the customer.  | 
Billing properties
Property  | Type  | Description  | 
|---|---|---|
street  | string  | The street for the billing address.  | 
city  | string  | The city for the billing address.  | 
country  | string  | The country for the billing address.  | 
phone  | string  | The phone for the billing address.  | 
lastname  | string  | The last name for the billing address.  | 
company  | string  | The company for the billing address.  | 
firstname  | string  | The first name for the billing address.  | 
zip  | string  | The zip code for the billing address.  | 
string  | The email for the billing address.  | |
type  | string  | The type for the billing address.  | 
street2  | string  | The second street for the billing address.  | 
Shipping address properties
Property  | Type  | Description  | 
|---|
PaymentData properties
Property  | Type  | Description  | 
|---|---|---|
country  | string  | The country for the payment data.  | 
paymentplanid  | string  | The payment plan id for the payment data.  | 
method_name  | string  | The method name for the payment data.  | 
logo  | string  | The logo for the payment data.  | 
order  | object  | The order status for the payment data.  | 
orderid  | string  | The order id for the payment data.  | 
number  | string  | The number for the payment data.  | 
language  | string  | The language for the payment data.  | 
accepturl  | string  | The accept url for the payment data.  | 
cancelurl  | string  | The cancel url for the payment data.  | 
callbackurl  | string  | The callback url for the payment data.  | 
currency  | string  | The currency for the payment data.  | 
status  | string  | The status for the payment data.  | 
method  | string  | The method for the payment data.  | 
Order status properties
Property  | Type  | Description  | 
|---|---|---|
status  | string  | The status for the order.  | 
number  | string  | The number for the order.  | 
url  | string  | The url for the order.  | 
orderid  | string  | The order id for the order.  | 
Article properties
Property  | Type  | Description  | 
|---|---|---|
aprice  | string  | The price for the article.  | 
quantity  | string  | The quantity for the article.  | 
title  | string  | The title for the article.  | 
discount  | string  | The discount for the article.  | 
artnr  | string  | The article number for the article.  | 
withouttax  | string  | The price without tax for the article.  | 
taxrate  | string  | The tax rate for the article.  | 
CheckoutData properties
Property  | Type  | Description  | 
|---|---|---|
terms  | string  | The terms for the checkout data.  | 
companyView  | string  | The company view for the checkout data.  | 
Cart  | object  | The cart for the checkout data.  | 
client  | string  | The client for the checkout data.  | 
hideShippingAddress  | string  | The hide shipping address for the checkout data.  | 
privacyPolicy  | string  | The privacy policy for the checkout data.  |