> ## 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.

# Payment Facilitator registration

> Operations available to register, retrieve, and update Payment Facilitators.

A Payment Facilitator can create Merchants.

## Endpoints

| Method | Path                     | Description                     | Who can invoke it             |
| ------ | ------------------------ | ------------------------------- | ----------------------------- |
| `POST` | `/onboarding/pfs`        | Register a payment facilitator. | Admin, Gateway, Acquirer.     |
| `GET`  | `/onboarding/pfs/{code}` | Retrieve a PF.                  | Admin, Gateway, Acquirer, PF. |
| `PUT`  | `/onboarding/pfs/{code}` | Update a PF.                    | Admin, Gateway, Acquirer.     |

## 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 Merchant" icon="arrow-right" href="/en/onboarding/merchant">
  Review the operations for registering and managing Merchants.
</Card>
