# BoaCompra

*Article Topics:* [*Billers*](/getting-started/common-topics/billers.md)

## Setting up at BOA COMPRA

If you wish to become a merchant and accept BOA COMPRA as a payment processor, go to <https://international.pagseguro.com/>.&#x20;

BOA COMPRA will provide you with the following information for each site that you set up with them:

* Store ID
* Hash Key

Record this information, as you will need it to set up BOA COMPRA in NATS.

{% hint style="info" %}
**Please Note:** This biller does not support return on denial, therefore [cascades ](/additional-resources/common-terms.md#cascade)will not work with this biller. Additionally, this biller does not support [chargebacks](/additional-resources/common-terms.md#chargeback), [credits](/additional-resources/common-terms.md#credit), [refunds](/additional-resources/common-terms.md#refund) and [rebills](/additional-resources/common-terms.md#rebill).
{% endhint %}

## Setting up BOA COMPRA in NATS

### Billers Admin

To begin setting up BOA COMPRA in NATS, go to the Billers Admin. Scroll down to the "Setup New Biller" drop-down menu, select BOA COMPRA, and click "Add".

{% hint style="info" %}
**Please Note:** If you don't see BOA COMPRA, [put in a support ticket](http://clients.toomuchmedia.com/), as you may need an updated version of NATS.
{% endhint %}

Fill in the required information when prompted, and click Save. If you were not provided with the requested information, please contact BOA COMPRA.

### Sites Admin

Next, go to the [Sites Admin](/nats-admin/sites.md), create or edit a tour, and scroll down to the "Biller Details" section. Select the language you want to display for BOA COMPRA.

After selecting a language, scroll down to the section labeled "Add New Join Option" and add the join option you wish to use. In the "Biller Codes" section, locate the fields that start with "BOA". Here you will see an option to select the currency you wish to use with the join option for this biller.

After you have selected a currency, save your join option details. BOA COMPRA will now be configured for use as a biller in NATS.


---

# 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://docs.toomuchmedia.com/getting-started/integrations/supported-billers/boacompra.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.
