1

I have created orders using Bigcommerce API for a web based app. Now after creating the order, how do I make the user to proceed to Bigcommerce checkout page to make the payment?

thanks

4

1 回答 1

0

If you are capturing an order via the API, you won't be able to direct the user to a checkout page to just capture payments. The order creation is more for POS kind of flow, where you can capture the payment externally and create an order associated with that product in your bigcommerce store, thereby managing inventory details, syncing orders, etc.

于 2013-09-09T20:07:34.703 回答