Use this request to include payment information to a given shopping cart.
value is the amount related to the cart of the user that will be transacted in the selected payment.
referenceValue is the value plus any other payment related costs. For example, there might exist a payment method that charges interest rates. The referenceValue must include all costs that are transaction-related.
Ollie Shop carts can accept multiple payments.
The cartId is the data structure that represents a shopping cart and contains all information pertaining to it. Hence, the cartId is the identification code of a given cart.
cartId is the equivalent of orderFormId for VTEX stores
The authentication of this endpoint can change depending on the customer context. If you are modifying information from a customer with a complete profile on the store, the response will return the customer's data masked. You can only access the customer data with an authenticated request.