---
title: "Retrieves a RecurringCharge resource."
method: GET
path: "/recurring_charges/{id}"
tags: ["RecurringCharge"]
---

# Retrieves a RecurringCharge resource.

`GET /recurring_charges/{id}`

Retrieves a RecurringCharge resource.

## Path parameters

- `id` string, required

## Response `200`

RecurringCharge resource

- RecurringCharge
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `name` string, nullable — Name of the recurring charge
  - `srcId` string, nullable — Unique identifier for each recurring charge
  - `apiClientId` string, nullable — API key for the app the charge is associated with
  - `price` integer, nullable — The price of the recurring application charge
  - `status` string, nullable — The status of the recurring charge e.g. "Pending" e.g. "Accepted"
  - `returnUrl` string, nullable — The URL where the merchant is redirected afteraccepting the charge
  - `billingDate` string, date-time, nullable — The date and time when the customer is billed
  - `created` string, date-time, nullable — The date and time when the recurring charge was created eg. "2021-11-18T02:17:40.080Z"
  - `modified` string, date-time, nullable — The date and time when the recurring charge was last modified eg. "2021-11-18T02:17:40.080Z"
  - `activationDate` string, date-time, nullable — The date and time when the customer activated the recurring charge
  - `cancellationDate` string, date-time, nullable — The date and time when the merchant cancelled their recurring charge
  - `trialDays` integer, nullable — The number of days that the customer is eligible for a free trial
  - `trialEndsOn` string, date-time, nullable — The date and time when the free trial ends
  - `decoratedReturnUrl` string, nullable — The display URL where the merchant is redirected after accepting a charge

## Other responses

- `404` — Resource not found

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
