---
title: "List payment purposes"
method: GET
path: "/payment-purposes"
tags: ["Payment purposes"]
---

# List payment purposes

`GET /payment-purposes`

Returns a list of payment purposes based on the recipient's country and currency

## Query parameters

- `accountId` string, required — The ID of the account to work with.
- `currencyCode` string, required — The currency code, in ISO-4217 format.
- `countryCode` string, required — The country code, in ISO-3166 format.
- `recipientType` 'business' | 'charity' | 'individual', required — The type of the recipient.

## Response `200`

OK

- object
  - `rows` object[], required
    - `defaultPurpose` string, nullable, required — The purpose of the payment.
    - `additionalPurpose` string, nullable, required
    - `defaultCode` string, nullable, required

---

[API](https://skmtc.net/equalsmoney/apis/cis-api.md) · [All operations](https://skmtc.net/equalsmoney/apis/cis-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/equalsmoney/cis-api/revisions/a162c72b8bf6/schema)
