---
title: "Enabling cash payments for endless aisle and mixed cart orders in NewStore Associate App"
slug: "enabling-cash-payments-for-endless-aisle-and-mixed-cart-orders-in-newstore-associate-app"
tags: ["config api", "Associate App configuration", "cash management", "Associate App", "endless aisle", "payment", "tutorial", "api", "preorder"]
updated: 2024-11-12T12:56:27Z
published: 2024-11-12T12:56:27Z
canonical: "docs.newstore.com/enabling-cash-payments-for-endless-aisle-and-mixed-cart-orders-in-newstore-associate-app"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.newstore.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enabling cash payments for endless aisle and mixed cart orders in NewStore Associate App

Cash payments for `endless aisle` and `mixed cart` orders are disabled by default.

> [!NOTE]
> Important
> 
> When cash payments are enabled for endless aisle and mixed cart orders:
> 
> - If an order is cancelled, the retailer must manually identify items paid with cash and refund the amount to the customer.
> - Cash payments for cancelled items are displayed as `Captured`[in NOM](/v1/docs/monitoring-statuses#payment-status) , instead of `Refunded`.

To enable cash payments for such orders, first ensure that Associate App sets the `fulfillment_group` property when creating carts.

To enable cash payments:

1. Use the [Update app configuration](https://docs.newstore.net/api/configuration/apps/associate-app-config-api_config#operation/putConfig) method.
2. Set `capabilities` > `cash_for_endless_aisle_orders_enabled` to `true`.

**Related topics**

- [Adding an endless aisle item](/v1/docs/using-newstore-associate-app#adding-an-endless-aisle-item)
- [Configuring payment providers](/v1/docs/configuring-payment-providers#config-payments)
- [Monitoring statuses](/v1/docs/monitoring-statuses#hq-managing-orders)
- [Cart resource](https://docs.newstore.net/private-api/order-management/shopping_api#operation/CreateCart)

<style> p[data-block-id] {font-size:1rem;} ul li p[data-block-id] {margin-bottom: 0;} ul[data-type="taskList"] li div p[data-block-id] {margin-bottom: 0;} ol li p[data-block-id] {margin-bottom: 0;} table tbody th p[data-block-id] { margin-bottom: 0;} blockquote p[data-block-id] {margin-bottom: 0 !important;} &nbsp;p[data-block-id]:empty::after {content: "\00A0";} </style>
