---
title: "Get card bill"
method: POST
path: "/v1/cards/credit-card-bill"
tags: ["UPI"]
---

# Get card bill

`POST /v1/cards/credit-card-bill`

Return card bill details

## Headers

- `Authorization` string, required
- `user-agent` string, required

## Request body

- CardsCardBillRequest
  - `card_info` CardInfo, required — Card information
    - `account_reference_number` string — Card account reference number. Either this field or `last_4_digits` is **REQUIRED**.
    - `last_4_digit` string — Card last 4 PAN digits. Either this field or `account_reference_number` is **REQUIRED**.
  - `phone` Phone, required
    - `country_code` string, required — Phone number country code
    - `phone` string, required — Phone number
    - `area_code` string — Phone number area code

## Response `200`

Response Body

- CardsCardBillResponse
  - `total_due_amount` number, required — Total due amount
  - `minimum_due_amount` number, required — Minimum due amount
  - `due_date` string, required — Bill due date
  - `card_masked_number` string, required — Card masked number
  - `account_reference_number` string, required — Card account reference number

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `422` — UnprocessableEntity
- `500` — Internal Server Error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/revisions/935b62e16de4/schema)
