# Getting Paid

### Overview

&#x20;This guide will cover the following:

* Disbursement Mechanism
* Refund Process

#### Disbursement Mechanism

All payments are accumulated daily and disbursed to your registered bank account at H+1 Working day. All Settlements will happen on **Working Days.** Hence There will be **no settlements** on **Saturdays**, **Sundays**, and **Public Holidays**.&#x20;

For any refund scenario, the daily accumulation of refunds deducts the daily total payment, so you do not need to create an outbound transfer to Indodana. If the total refund amount is higher than the total payable amount, the remaining amount is carried over to the disbursement process for the next day.\
\
**Refund Process**

There are two ways to refund the transaction:

a. Automatic (using the provided refund API)

b. Manual (using the merchant dashboard)

Some required information like Refund Amount, Order ID, and [Cancellation Reason](https://indodana.gitbook.io/indodana-paylater/integrations/direct-api#purchase-transaction-cancellation-refund) needs to be sent to Indodana.

The status of the refunded transaction will become “Cancelled”. The invalid contracts and cancellation notifications will be automatically sent to your buyer. A transaction can only be canceled within 30 calendar days after the transaction was created.&#x20;

\
\ <br>


---

# Agent Instructions: 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:

```
GET https://dev.indodana.id/indodana-paylater/merchant-operations/getting-paid.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
