v1
latestOpenAPI 3.0.12026-07-242871595.3 MBORDERS
Get all service charges applied to an order
Retrieves all service charges applied to an order.
get/v3/merchants/{mId}/orders/{orderId}/order_fee_line_items
Path parameters
mIdstring required
Merchant identifier.
orderIdstring required
Order identifier.
Query parameters
expandstring
Additional information provided as an expanded response: [employee, orderType, payments]
Headers
User-Agentstring required
Identifies the application, operating system, vendor, and/or version of the requesting user agent. Format: <AppName>/<Version> <Comment>
Response
Successful response. Service charges for an order, are displayed.
Example response
{
"refund": {
"cardTransaction": {
"last4": "1234"
}
}
}