# 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: 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://help.allwage.com/modules/payroll/bank-payments/absa-bio.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.
