# Getting started with Pay

The Pay product allows you to initiate and follow up on payments with banks complying with the revised Payment Service Directive (PSD2). It does not require bank account aggregation made beforehand: you may request payments from an emitter bank *without* creating a connection in our API.

If you do not have a domain yet, you can preview connectors supporting the Pay product by going on [Powens Institutions](https://institutions.powens.com/), and selecting "Pay" on the left hand side.

## Enable Pay on your domain

Pay features can be activated by your commercial contact only.

## Enable Pay connectors

Going on the [console](https://console.budget-insight.com/), selecting your domain then selecting "Pay" on the left. From there, you can enable connectors you want to use on your domain.

## Configure the Payment State Updated Webhook

It is highly recommended to configure the `PAYMENT_STATE_UPDATED` webhook; see [Webhooks](/documentation/integration-guides/webhooks.md) for more information on how webhooks work.


---

# 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.powens.com/documentation/integration-guides/pay/getting-started-with-pay.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.
