> For the complete documentation index, see [llms.txt](https://dev.indodana.id/indodana-paylater/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.indodana.id/indodana-paylater/merchant-operations/frequently-asked-questions-faq.md).

# Frequently Asked Questions (FAQ)

## What is Indodana Paylater policy regarding the customer transaction?

Indodana can be used for any product purchase that is available in the merchant by choosing Indodana as a payment option and completing the transaction by logging in to customer’s Indodana account and choosing the available tenure options.

## How many times can my customers use Indodana as their payment option?

Your customers are eligible to use Indodana as long as their credit limit is bigger than the transaction amount. Your customers can check their credit limits in the Indodana app.

## How to simulate credit options in Indodana?

You can simulate the credit options for your customer’s transactions with an API request, which will give you back an API response along with the total amount and credit options available for the corresponding transaction. Please refer to: [API reference > Get Installment Options](/indodana-paylater/api-reference/api-reference.md#get-installment-options).

## How can I monitor my transaction list in Indodana?

You can refer to: [Settlements Report](/indodana-paylater/merchant-operations/settlements.md#overview).

## What if the transaction is cancelled after the cash has been disbursed to the merchant account?

Cancellation of each transaction will be according to merchant's policy. Customer will have to ask the cancellation to the merchant, and then the merchant needs to ask for the cancellation / refund through API or send it manually via the [Merchant Dashboard](https://indodana.gitbook.io/indodana-paylater/merchant-operations/merchant-dashboard). Afterwards, the system will automatically record it as *our savings* in your account and will automatically deduct our transfer amount for the next transactions based on the refund amount.

Refunds from the cancellation will be settled to merchant by `H+1`, and will be adjusted with the daily settlement amount.

{% hint style="info" %}
As soon as the merchant submit the refund request, the customer's credit limit will be refunded to the customer directly.
{% endhint %}

## What if we have some technical and or non-technical issues that need to be solved?

Please contact [support@indodanafinance.com](mailto:support@indodana.com) for any issues related. We’re happy to help you anytime.

{% hint style="info" %}
Please be noted that under the normal circumstances, if there's an issue in production site, we will give you a response in **1(one) hour** and try to resolve it within **4(four) hours up to 1(one) working day**. If then the problem requires an extra time to be solved, we will inform you immediately.
{% 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://dev.indodana.id/indodana-paylater/merchant-operations/frequently-asked-questions-faq.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.
