---
title: "Get a credit card bill"
method: GET
path: "/v1/credit_card_bills/{bill_id}"
tags: ["Credit cards"]
---

# Get a credit card bill

`GET /v1/credit_card_bills/{bill_id}`

Returns the credit card bill specified in the request URL.

## Path parameters

- `bill_id` string, required

## Response `200`

Bill record for a credit card account

- BillResponse
  - `id` string — Unique ID of the credit card bill.
  - `application_id` string — Unique ID of the credit card application with which the bill is associated.
  - `status` 'PENDING' | 'PRELIMINARILY_PAID' | 'PAID' | 'IN_DUNNING' | 'CLOSED' — The current status of the credit card bill.
  - `dunning_status` 'OPEN' | 'PAUSED' | 'CLOSED' — Optional dunning status of the credit card bill.
  - `start_date` string, date — The billing cycle start date.
  - `end_date` string, date — The billing cycle end date.
  - `statement_date` string, date — Date when the statement was issued.
  - `due_date` string, date — Date when payment for this bill is due.
  - `sdd_collection_date` string, date — Date when the SEPA Direct Debit for collecting the payment will occur.
  - `previous_bill_amount` Amount2
    - `value` integer — The amount, in Euro cents.
    - `unit` string — Unit of the amount.
    - `currency` string — Currency of the amount.
  - `current_bill_amount` Amount2
    - `value` integer — The amount, in Euro cents.
    - `unit` string — Unit of the amount.
    - `currency` string — Currency of the amount.
  - `total_outstanding_amount` Amount2
    - `value` integer — The amount, in Euro cents.
    - `unit` string — Unit of the amount.
    - `currency` string — Currency of the amount.
  - `minimum_due_amount` Amount2
    - `value` integer — The amount, in Euro cents.
    - `unit` string — Unit of the amount.
    - `currency` string — Currency of the amount.
  - `outstanding_sddr_amount` Amount2
    - `value` integer — The amount, in Euro cents.
    - `unit` string — Unit of the amount.
    - `currency` string — Currency of the amount.
  - `outstanding_amount` Amount2
    - `value` integer — The amount, in Euro cents.
    - `unit` string — Unit of the amount.
    - `currency` string — Currency of the amount.
  - `repayment_type` 'FULL' | 'PARTIAL' — The type of credit card. Possible options are `FULL` (charge) and `PARTIAL` (revolving).
  - `minimum_amount` Amount2
    - `value` integer — The amount, in Euro cents.
    - `unit` string — Unit of the amount.
    - `currency` string — Currency of the amount.
  - `minimum_percentage` integer — The minimum percentage of the outstanding balance to be repaid each billing cycle.
  - `grace_period_in_days` integer — Indicates number of days in the grace period for paying off the required amount in each billing cycle.
  - `dunning_fees` Amount2
    - `value` integer — The amount, in Euro cents.
    - `unit` string — Unit of the amount.
    - `currency` string — Currency of the amount.
  - `other_fees` Amount2
    - `value` integer — The amount, in Euro cents.
    - `unit` string — Unit of the amount.
    - `currency` string — Currency of the amount.
  - `accumulated_interest_amount` Amount2
    - `value` integer — The amount, in Euro cents.
    - `unit` string — Unit of the amount.
    - `currency` string — Currency of the amount.
  - `postbox_item_id` string — ID of the Postbox item that corresponds with the credit card bill.

## Other responses

- `400` — Validation Error
- `403` — Unathorized action
- `404` — Not found
- `500` — Internal server error.

---

[API](https://skmtc.net/solarisgroup/apis/credit-cards.md) · [All operations](https://skmtc.net/solarisgroup/apis/credit-cards/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/credit-cards/revisions/0da0be803c1c/schema)
