> For the complete documentation index, see [llms.txt](https://help.allwage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.allwage.com/modules/payroll/bank-payments/absa-bio.md).

# ABSA BIO

This guide provides a straightforward approach to importing CSV (Comma-Separated Values) files into ABSA Business Integrator Online, a critical step for efficiently managing batch payments.

{% hint style="danger" %}
Please ensure that you have access to ABSA Business Integrator Online (BIO) before attempting to import the CSV file. Other ABSA online profiles do not have access to this functionality.
{% endhint %}

Navigate to the payments screen on AllWage and select the option "**ABSA Business Integrator**". The downloaded file is a CSV format and contains the following fields in this order:

1. To Account Number
2. To Account Name
3. To Branch Code
4. Transaction Amount
5. Beneficiary Description - Description to appear on beneficiaries statement

Please note that the CSV file does not have any headers. Ensure that your column mapping on ABSA BIO correlates to the columns mentioned above.

{% hint style="info" %}
The above file format results in a **consolidated batch**, where only one debit reflects on your bank account, even though multiple payments are made to the respective beneficiaries.
{% 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://help.allwage.com/modules/payroll/bank-payments/absa-bio.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.
