---
title: "Listar assinaturas"
method: GET
path: "/baas/v1/cash/subscriptions"
tags: ["Assinaturas"]
---

# Listar assinaturas

`GET /baas/v1/cash/subscriptions`

## Query parameters

- `account` integer, required
- `limit` integer, required
- `startAt` integer, required

## Request body

- object

## Response `200`

Success

- object
  - `totalQtdFoundInPage` integer
  - `Subscriptions` object[]
    - `myId` string
    - `galaxPayId` integer
    - `planMyId` string
    - `planGalaxPayId` integer
    - `value` integer
    - `quantity` integer
    - `periodicity` string
    - `firstPayDayDate` string, date
    - `paymentLink` string, uri
    - `mainPaymentMethodId` string
    - `additionalInfo` string
    - `status` string
    - `Customer` object
      - `galaxPayId` integer
      - `myId` string
      - `name` string
      - `document` string, utc-millisec
      - `emails` string[]
      - `phones` integer[]
      - `invoiceHoldIss` boolean
      - `municipalDocument` string
      - `createdAt` string, style
      - `updatedAt` string
      - `Address` object
        - `zipCode` string, utc-millisec
        - `street` string
        - `number` string, utc-millisec
        - `complement` string
        - `neighborhood` string
        - `city` string
        - `state` string
      - `ExtraFields` object[]
        - `tagName` string
        - `tagValue` string
    - `Split` object[]
      - `galaxPayId` integer
      - `companyGalaxPayId` integer
      - `billGalaxPayId` integer
      - `type` string
      - `paymentMethod` string
      - `value` integer
      - `groupGalaxPayId` integer
    - `Transactions` object[]
      - `galaxPayId` integer
      - `myId` string
      - `value` integer
      - `payday` string, date
      - `payedOutsideGalaxPay` boolean
      - `additionalInfo` string
      - `installment` integer
      - `statusDate` string, style
      - `datetimeLastSentToOperator` string
      - `status` string
      - `fee` integer
      - `statusDescription` string
      - `tid` string
      - `authorizationCode` string
      - `reasonDenied` string
      - `Invoice` object
        - `description` string
        - `number` string, utc-millisec
        - `status` string
        - `statusDescription` string
        - `pdf` string, uri
        - `statusDate` string, style
        - `xml` string, uri
      - `ConciliationOccurrences` object[]
        - `type` string
        - `liquidValue` integer
        - `depositDate` string, date
        - `taxValue` integer
        - `taxPercent` integer
        - `bankName` string
        - `bankNumber` integer
        - `agency` string, utc-millisec
        - `account` string, color
      - `AbecsReasonDenied` object
        - `code` string, utc-millisec
        - `message` string
      - `cardOperatorId` string
      - `Boleto` object
        - `pdf` string, uri
        - `bankLine` string, utc-millisec
        - `bankNumber` integer
        - `barCode` string, utc-millisec
        - `bankEmissor` string
        - `bankAgency` string, utc-millisec
        - `bankAccount` string, utc-millisec
      - `Pix` object
        - `qrCode` string
        - `reference` string
        - `image` string, uri
        - `page` string, uri
        - `endToEndId` string
      - `Antifraud` object
        - `ip` string, ip-address
        - `sessionId` string
        - `sent` boolean
        - `approved` boolean
      - `CreditCard` object
        - `Card` object
          - `myId` string
          - `galaxPayId` integer
          - `number` string
          - `createdAt` string, style
          - `updatedAt` string
          - `Brand` object
            - `id` string
            - `name` string
            - `maxInstallment` integer
            - `operatorIds` string
          - `expiresAt` string
    - `PaymentMethodCreditCard` object
      - `cardOperatorId` string
      - `preAuthorize` boolean
      - `Card` object
        - `myId` string
        - `galaxPayId` integer
        - `number` string
        - `createdAt` string, style
        - `updatedAt` string
        - `Brand` object
          - `id` string
          - `name` string
          - `maxInstallment` integer
          - `operatorIds` string
        - `expiresAt` string
    - `PaymentMethodBoleto` object
      - `fine` integer
      - `interest` integer
      - `instructions` string
      - `Discount` object
        - `qtdDaysBeforePayDay` integer
        - `type` string
        - `value` integer
    - `PaymentMethodPix` object
      - `fine` integer
      - `interest` integer
      - `instructions` string
      - `Deadline` object
        - `type` string
        - `value` integer
      - `Discount` object
        - `qtdDaysBeforePayDay` integer
        - `type` string
        - `value` integer
    - `InvoiceConfig` object
      - `description` string
      - `smu` integer
      - `type` string
      - `createOn` string
    - `ExtraFields` object[]
      - `tagName` string
      - `tagValue` string
    - `Contract` object
      - `name` string
      - `document` string, utc-millisec
      - `ip` string, ip-address
      - `acceptedAt` string, style
      - `pdf` string, uri

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/celcoin/apis/api-para-transa-es.md) · [All operations](https://skmtc.net/celcoin/apis/api-para-transa-es/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celcoin/api-para-transa-es/revisions/85dd6188a37b/schema)
