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.

Headers
string

The UserToken is retrieved every 24 hours and is a security mechanism which must be used to interface with various Skipcart APIs

string

The AppToken is the unique partner identifier and must be included in every Skipcart API request

string
Defaults to application/json
Responses

Language
Choose an example:
application/json