GET checkout information¶
If you integrate with our OpenCart extension as backend on your mobile app, you can get the checkout information after creating the order in OpenCart, using the below API:
- For OpenCart 2.0.x - OpenCart 2.2.x
Endpoint:
index.php?route=payment/api/tamarapay/checkout_information&username={your_api_username}&password={your-api-password}&order_id={opencart_order_id}
Method: GET
- For OpenCart 2.3.x
Endpoint:
index.php?route=extension/payment/api/tamarapay/checkout_information&key={your_api_key}&order_id={opencart_order_id}
Method: GET
- For OpenCart 3.0.x
Endpoint:
index.php?route=extension/payment/api/tamarapay/checkout_information&key={your_api_key}&order_id={opencart_order_id}
GET
Response: