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

# Legacy: Entity mapping

> Associating gateway entities with Corrily entities.

For successful integration, it is necessary to map objects of the payment system data model to the Corrily data model.
This is done automatically when using API key integration or Stripe Connect. To configure other methods, simply access the dashboard and click on `Settings`. From there, navigate to `Integrations` and choose the desired payment gateway for integration. Proceed to the `Product Mapping` section, where you can manually set the appropriate mappings for Corrily products."

## Stripe

Corrily entities are mapped to Stripe entities as follows:

| Corrily  | Stripe       |
| -------- | ------------ |
| Product  | Price object |
| Coupon   | Coupon       |
| Package  | -            |
| Feature  | -            |
| User     | Customer     |
| Audience | -            |

## Recurly

Corrily entities are mapped to Recurly entities as follows:

| Corrily  | Recurly  |
| -------- | -------- |
| Product  | Plan     |
| Coupon   | Coupon   |
| User     | Customer |
| Package  | -        |
| Feature  | -        |
| Audience | -        |
