To obtain the URL link to the PDF document, use the order status call. A specific order can be targeted using an order reference, or all orders within a certain time period can be retrieved. Order status API referenceDocumentation Index
Fetch the complete documentation index at: https://developer.kyckr.com/llms.txt
Use this file to discover all available pages before exploring further.
Polling
For documents with a delivery time, poll the system until the document becomes available. The order is ready when thestatusField changes form 1 to either a 2, 21, 3, 5 or 9.
Polling once every minute is recommended, but more bespoke setups can be arranged depending on the jurisdictions and documents typically ordered.
Document status
ThestatusField describes the state of the document order.
| statusField | Description |
|---|---|
1 | Pending – Order in progress |
2, 21, 3 | Ready - Document ready to download |
5 | Order failed |
9 | Order cancelled |
Order status
When retrieving a list of product orders, all orders can be fetched. Specific orders can also be found usingorderRef. The number of results returned can also be reduced by passing a parameter for orders placed within a certain number of days.
Parameters:
OrderRef(specified in the product order POST method)OrderedWithin(the of days returned in the response)