curl --location --request GET 'https://api.lopay.com/api/1/partner/subscription-plan/' \
--header 'x-merchant-id;'
{
"id": "05d8c867-c21f-4c7d-a028-cbb04fe77ec1",
"merchantId": "580b7a17-35c1-4936-81cd-25a4766d8885",
"status": "active",
"deactivatedAt": null,
"dataCollection": [
"name",
"email"
],
"amount": {
"units": 1000,
"currencyCode": "GBP"
},
"frequency": "weekly",
"numberOfPayments": null,
"reference": "PLAN#1",
"description": "Standard Plan",
"link": "https://lopay.app/00000/05d8c867-c21f-4c7d-a028-cbb04fe77ec1",
"taxes": [],
"returnUrl": null,
"createdAt": "2025-06-02T10:59:51.708Z",
"updatedAt": "2025-06-02T10:59:51.708Z"
}