...
This order is in status pending (see here the order status list). For the order process to get further, it will need a status update. That can be made by two ways :
The first one , we handle the payment process by ourselves. That involve some other webservices call (MSP and Buckaroo) as well.
The second one, you choose to implement the payment process by your side. In that case, when the payment is done, you only have to push that information by the order status update service. Then, the order will trace its way through the rest of the order process.
...
Code | Success | Message |
---|---|---|
0 | v | order saved |
1 | Domain code missing or malformed | |
2 | Required field empty | |
3 | Required field malformed | |
4 | There is not session with this token | |
10 | cart does not exist | |
11 | cart already became an order | |
12 | cart contains no products | |
13 | cart error - does not belong to shop | |
14 | cart belongs to a unregistred user while no email address has been given | |
15 | facturation address not set | |
16 | facturation address does not exist | |
17 | delivery type not set | |
18 | delivery type does not exist / is not defined | |
19 | delivery address not set | |
20 | facturation address does not exist | |
21 | delivery in shop set while no shop has been selected | |
22 | payment method not set | |
23 | payment method does not exist / is not defined | |
99 | Uncatched exception |
...
Cart lines
Click here for more information.
...
Informations
Click here for more information.
...
Giftwrap
Click here for more information.
...
Discount
Click here for more information.