> ## Documentation Index
> Fetch the complete documentation index at: https://docs.alignet.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Acquirer registration

> Operations available to register, retrieve, and update Acquirers.

An Acquirer can create Payment Facilitators and Merchants.

## Endpoints

| Method | Path                           | Description           | Who can invoke it         |
| ------ | ------------------------------ | --------------------- | ------------------------- |
| `POST` | `/onboarding/acquirers`        | Register an acquirer. | Admin, Gateway.           |
| `GET`  | `/onboarding/acquirers/{code}` | Retrieve an acquirer. | Admin, Gateway, Acquirer. |
| `PUT`  | `/onboarding/acquirers/{code}` | Update an acquirer.   | Admin, Gateway.           |

## Credentials

OAuth credential generation is configurable with `generate_credentials: "true"` or `"false"`.

<Warning>
  When generated, the `client_id` and `client_secret` are displayed only once during registration. Store them securely.
</Warning>

<Card title="Continue to Payment Facilitator" icon="arrow-right" href="/en/onboarding/payment-facilitator">
  Review the operations for registering and managing Payment Facilitators.
</Card>
