I have written my own payment gateway integration module for django-oscar. When user clicks on checkout, he is redirected to my payment gateway page.
Here i need unique order id or transaction id from the django-oscar. I have basket details like basket id, amount etc. But not sure how to get order id or transaction id.
basically I need some unique id to identify the current order.