> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/naviga-subscribe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/naviga-subscribe/subscribe-features/payment-features/one-time-payment-and-auto-renew-ncs-circ.md).

# One-time payment and Auto-renew (NCS circ)

## Overview

This guide is to explain how NCS Circ/Subscribe one-time and auto-renew payment options are displayed on the front-end applications and how payments are processed. This is a technical documentation

## Before you start

Make sure you meet the following pre-requisites before starting the how-to steps:

* Have Subscribe 3.13.1 version or above

## Details

### One-time Payment

#### Display:

* **Previous outstanding balance**. Use *‘Balance Due’* field from Circulation API, This value includes tax.&#x20;
* **Next Payment term and rates:** Use *‘Renewal Total Cost’* from Customer Service API. This value includes tax.&#x20;

#### Process payment:&#x20;

* Authorize and capture the sum of *‘Balance Due’* and *‘Renewal Total Cost’*

### Auto-renew sign up and previous balance due payment

#### Display:

* **Previous outstanding balance**: Use ***‘**&#x42;alance Due’* field from Circulation API. This value includes tax.&#x20;
* **Next Payment term and rates**: Use *‘Renewal Total Cost’* from Customer Service API. This value includes tax.&#x20;

#### Process payment:

* **Auto-renew sign up**. This is a billing change request in NCS Circ. No payment is authorized and captured.
* **Previous outstanding balance**. Authorize and capture *‘Balance Due’*.

{% hint style="info" %}
**‘Grace Owned’** is different than **‘Balance Due’** in NCS Circ Customer Service API. ‘Grace Owned’ is assigned when a subscription is *stopped* and payment is not settled whereas ‘Balance due’ is for *active* subscriptions.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.navigaglobal.com/naviga-subscribe/subscribe-features/payment-features/one-time-payment-and-auto-renew-ncs-circ.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
