In traditional B2C, the ShopBasket are only clean and the order is created, when the payment is confirmed
A possible solution is only create the order when the payment is confirmed, is possible to pass only the checkout id to the gateway payment?
The create the order when the payment is confirmed?
Hi,
The proposed solution is already implemented in API. Here you have PR - https://github.com/mirumee/saleor/pull/4154
We are focusing on the API approach and we don't have enough resources to rebuild the whole checkout process in our old Django approach (which is quite really complicated). I recommend you to switch to API.
@korycins, by API you are saying use Graphql + React Fronted?
Regards
@michelveloso yes
@korycins thank you for the great job!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.