Delivery Report and Statistics

Inform seQura about shipments at least once a day so we can send payment instructions to shoppers promptly. You can also include statistics on all orders (not just seQura orders) to help us maintain service quality.

Delivery Report API

The endpoint is the orders endpoint with /delivery_reports appended. Example: https://portal.sequra.com/billing/disbursements

Order data: Send a list of orders shipped since the last report, in the same format as during checkout (except some customer data like IP and user agent).

  • orders.x.cart.items: Items included in the delivery
  • orders.x.cart.order_total_with_tax: Total for delivered items only
  • orders.x.remaining_cart: Any remaining items

Set each order's state to delivered if the shopper has received it, or shipped otherwise.

Tips:

  • Send reports on an automatic schedule, even if no orders shipped—it saves us checking on you.
  • Send reports at night to catch any database corrections made during the day.

Delivery Report API Payload and Examples

Statistics API

This optional section provides seQura with data for Quality Assurance—detecting trends, bugs, and cancelled orders. Include data about all orders placed in the past 7 days, regardless of payment method.

Statistics API Payload and Examples