v1

latestOpenAPI 3.1.0MIT2026-08-0659118508.8 KB
Subscription Payment

List subscription payments

Full report with all the subscriptions payments from your Account Id

Required scope: <code style="background:#e8f0fe;color:#1a73e8;padding:2px 8px;border-radius:12px;font-size:0.85em">subscription:read</code>

get/subscription

Query parameters

pagenumber

Page Number

records_per_pagenumber

Limit records per page (Max: 100)

expiration_timestring

Filter by expiration time interval (max 30 days)

methodstring

Filter by method

customerstring

Filter by customer key

idstring

Filter by id

keystring

Filter by subscription key

created_atstring

Filter by created datetime interval (max 30 days)

statusstring
Example:active

Filter by Subscription Status

valuestring
Example:10.55

Filter by Subscription Value

Response

OK

Example response

{
  "data": [
    {
      "id": "458b2fc4-3092-4de3-abd4-fe1600c09420",
      "key": "payment 02536985",
      "expiration_time": "2099-01-15 00:00",
      "start_time": "2027-01-15 00:00",
      "retries": 2,
      "max_captures": 12,
      "customer": {
        "id": "c6056234-a3f9-42de-b944-3ed793fcb6bb",
        "name": "Jos*** Gom***",
        "email": "cus***@example.com",
        "phone": "911***567",
        "phone_indicative": "+351",
        "fiscal_number": "PT123***89",
        "key": "Key Example",
        "language": "PT"
      },
      "method": {
        "url": "https://cc.easypay.pt/v3/public/card-details/cec55ab6-bda3-4ab3-af22-04d2ad2c046a",
        "sdd_mandate": {
          "id": "50389142122",
          "iban": "PT500027**XX7833",
          "key": "SDD Mandate key",
          "name": "Fre*** DD***",
          "email": "Cam***@yahoo.com",
          "phone": "911***567",
          "account_holder": "Acc*** Exa***",
          "country_code": "PT",
          "max_num_debits": "12",
          "billing_entity": "PT16103627"
        }
      },
      "value": 10.55,
      "created_at": "2025-08-05 13:44:29"
    }
  ],
  "meta": {
    "links": {
      "first": "?page=1",
      "next": "?page=2",
      "last": "?page=826"
    }
  }
}