Supported APIs
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
Method:
Endpoint:
index.php?route=payment/api/tamarapay/checkout\_information\&username={ENTER_USERNAME}\&password={ENTER_PASSWORD}\&orderid={opencart-order-id}
- For OpenCart 2.3.x
Method:
Endpoint:
index.php?route=extension/payment/api/tamarapay/checkout\_information\&key={your-api-key}\&orderid={opencart-order-id}
- For OpenCart 3.0.x
Method:
Endpoint:
index.php?route=extension/payment/api/tamarapay/checkout\_information\&key={your-api-key}\&order\_id=-{opencart-order-id}
Sample Response:
Updated about 1 month ago