# Cart

Submit payments to facilities.
Requests are batched and each item is processed independently, so inspect the result
of every item in the response — a `200` does not mean every item succeeded.

 - [POST /payment](https://developer.cargosprint.com/sprintpay/openapi/cart/makepayment.md): Submit one or more payments. Each item is processed independently: the HTTP status remains `200` and unsuccessful items are returned with `saleStatus` of `ERROR`, so every element of the response shou
