---
title: "Retrieve Payment groups by account"
method: GET
path: "/api/v2.0/accounts/{accountId}/paymentgroup"
---

# Retrieve Payment groups by account

`GET /api/v2.0/accounts/{accountId}/paymentgroup`

## Path parameters

- `version` string, required
- `accountId` string, required

## Query parameters

- `beginDate` string
- `endDate` string
- `limit` integer
- `offset` integer

## Headers

- `Authorization` string, required

## Response `200`

200

- object[]
  - `paymentGroupId` string
  - `totalAmount` integer
  - `totalAmountPaymentsCompletedWithSuccess` integer
  - `numberOfPayments` integer
  - `numberOfPaymentsPending` integer
  - `numberOfPaymentsProcessing` integer
  - `numberOfPaymentsCompletedWithSuccess` integer
  - `numberOfPaymentsCompletedWithError` integer
  - `createdAt` string
  - `createdAtDetailed` string

## Other responses

- `400` — 400
- `404` — 404
- `500` — 500

---

[API](https://skmtc.net/transfero/apis/authentication.md) · [All operations](https://skmtc.net/transfero/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transfero/authentication/versions/c1cf67f85267/schema)
