getOrderStatus

This method retrieves information for an order created by createNewAccount.

Syntax

order_status_obj = getOrderStatus(username, password, order_reference)

Return value

order_status_obj, method returns a struct of the type order_status_obj with information about the order.

Parameters

  • username
    string
    Username for LoopiaAPI.
  • password
    string
    Password for LoopiaAPI.
  • order_reference
    string
    Order reference.
Was this article helpful?

Related Articles