Read approved projects
Hosted checkout requires an approved project. The Integration API never returns another merchant's project.
GET
https://lirpay.org/api/v2/integration/projectsList approved projects for the authenticated merchant.
API key requiredprojects:read
GET
https://lirpay.org/api/v2/integration/projects/{id}Read one approved project.
API key requiredprojects:read
| Parameter | Type | In | Required | Description |
|---|---|---|---|---|
| id | uuid | path | yes | Resource identifier returned by a list or create operation. |
GET
https://lirpay.org/api/v2/integration/projects/{id}/payment-methodsList methods and fee allocation for one approved project.
API key requiredprojects:read
| Parameter | Type | In | Required | Description |
|---|---|---|---|---|
| id | uuid | path | yes | Resource identifier returned by a list or create operation. |
The response includes method_id, availability, total fee basis points, merchant fee, buyer fee, and split percentage.