Hello,
@ChineseNorris I have created as above mentioned web service call code. Now I could create the order, but I need to create order and then post the payment process and then need to update the payment status in order status.
Can you please update the code to do payment using web services.
And also please update which will be better method, whether order need to create after payment success or Order creation after that payment and then update the payment status for order.
1.Create Cart -> Submit cart to Order -> Payment gateway -> Update payment status to order
Else
1.Create Cart -> Payment gateway -> After that create order
Which one will be good for Ecom application? And which is better to do via web services in Prestashop API?