The Post Order Tipping API allows a partner to pass on tips to a driver after the order is delivered. This is also known as post order tipping. This tip is in addition to whatever tip is passed in Create Order.

Skipcart supports tipping during the initial order or post order. This API should only be used to support post order use cases. Tips passed by the customer when placing the initial order in partner systems should be sent as part of the Create Order object.

Post Order Tip Request

{
    "skipcart_order_id": "141291",
    "tip_amount": 10,
    "merchant_code": "ExampleMerchant"
  }

📘

The API does support adding multiple tips to an order, however this is a configurable setting on the Skipcart side should a partner want to prevent multiple tips being added for the same order.

Language