---
title: "Get saved card details"
method: GET
path: "/v1/recurring-billing/{recurring_billing_id}"
---

# Get saved card details

`GET /v1/recurring-billing/{recurring_billing_id}`

Use this API to get the detail of recurring billing with a saved card. If the card is saved the response will have the card details (The last 4 digits and card brand). You can use the card details to display it to the users so they are aware of which card is saved and give them the option to change the card by navigating to the “url”

## Path parameters

- `recurring_billing_id` string, required

## Headers

- `X-BUSINESS-API-KEY` string, required

## Response `200`

200

- object
  - `id` string
  - `business_recurring_plans_id` unknown
  - `customer_name` string
  - `customer_email` string
  - `customer_phone_number` unknown
  - `customer_phone_number_country_code` unknown
  - `name` string
  - `description` string
  - `reference` string
  - `cycle` string
  - `cycle_repeat` unknown
  - `cycle_frequency` unknown
  - `currency` string
  - `price` number
  - `amount` number
  - `times_to_be_charged` unknown
  - `times_charged` unknown
  - `status` string
  - `send_email` number
  - `save_card` number
  - `redirect_url` string
  - `payment_methods` string[]
  - `payment_provider_charge_method` string
  - `created_at` string
  - `updated_at` string
  - `pause_from` unknown
  - `pause_until` unknown
  - `expires_at` unknown
  - `url` string
  - `total_charge` number
  - `payment_method` object
    - `card` object, required
      - `brand` string, required
      - `last4` string, required

## Other responses

- `404` — 404

---

[API](https://skmtc.net/hitpayapp/apis/hitpay-api.md) · [All operations](https://skmtc.net/hitpayapp/apis/hitpay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hitpayapp/hitpay-api/versions/6aae1a736990/schema)
