---
title: "Get account recurring payment info"
method: GET
path: "/recurring-payment-info"
tags: ["Account Info"]
---

# Get account recurring payment info

`GET /recurring-payment-info`

Returns the recurring payment info of the utility account.

## Headers

- `Authorization` string, required
- `Pelm-Client-Id` string, required
- `Pelm-Secret` string, required

## Request body

- object
  - `account_number` string — Utility account number

## Response `200`

Successfully retrieved account contact info

- object
  - `recurring_payment_info` object — Recurring payment info object
    - `accountNumber` string
    - `endRecurringPaymentSetting` string
    - `fundingAcct` string
    - `fundingAcctType` string
    - `fundingId` integer
    - `maxAmount` number
    - `nickName` string
    - `noOfPayments` integer
    - `payMaximum` boolean
    - `recurringPayId` string
    - `recurringPaymentStartDate` string
    - `timing` string
    - `type` string

## Other responses

- `400` — Client error
- `401` — Unauthorized
- `403` — Permission denied
- `500` — Server error

---

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