Information about the taxes that a marketplace facilitator
organization remits on behalf of a Toast platform restaurant.
POST
only. The orders API does not include the
MarketplaceFacilitatorTaxInfo
object in response data.
Note: you can only include this information if your Toast API client is associated with a designated marketplace facilitator organization. Most Toast API clients do not create marketplace facilitator orders.
facilitatorCollectAndRemitTaxOrder | boolean Indicates whether a marketplace facilitator organization has paid the tax amounts for an order on behalf of the restaurant that fulfills the order. If you include this value, you indicate that the marketplace facilitator order uses the prices and tax amounts calculated by the Toast platform. If you include this value, you must not include the |
Array of objects (AppliedTaxRate) An array of If you include this value, you must include an |
{- "facilitatorCollectAndRemitTaxOrder": true,
- "taxes": [
- {
- "guid": "string",
- "entityType": "string",
- "taxRate": {
- "guid": "string",
- "entityType": "string"
}, - "name": "string",
- "rate": 0,
- "taxAmount": 0,
- "type": "PERCENT",
- "facilitatorCollectAndRemitTax": true,
- "displayName": "string",
- "jurisdiction": "string",
- "jurisdictionType": "string"
}
]
}