Skip to main content

Handling orders

This chapter covers the full lifecycle of an order: creating it, checking its progress, retrieving the resulting data in various formats, and cleaning up afterwards.

Order lifecycle

  • Creating OrdersputOrder creates a new identification and/or eSign order. Covers required and optional request fields, product/behavior flags, and the response containing the OrderID and the URL to redirect the user to.
  • Checking the status of ordersgetStatus reports the current status codes of an order, including the distinction between normal/extended and final/non-final codes, and the full list of status and sub-status codes.

Retrieving results

Cleanup and lookup