---
title: "Get list of AP Cards"
method: GET
path: "/v3/funding-accounts/ap-cards"
tags: ["funding-accounts"]
---

# Get list of AP Cards

`GET /v3/funding-accounts/ap-cards`

Get a list of AP Card objects.

With the AP Card, you can earn rewards simply by paying your bills. The AP Card is a payment method that enables you to send fast payments with no transaction fees or annual fees. You can use the AP Card with any vendor who accepts virtual card payments.

See [AP Card Frequently Asked Questions (FAQs)](https://help.bill.com/direct/s/article/000003348) in the BILL Help to learn more about AP Card.

## Headers

- `sessionId` string, nullable — API session ID generated with `/v3/login`
- `devKey` string, nullable — Developer key generated with your BILL developer account

## Response `200`

Get list of AP Cards response

- APCardResponseDto[]
  - `id` string, required — BILL-generated ID of the AP Card. The value begins with `dva`.
  - `status` 'ACTIVE' | 'INACTIVE' | 'DELETED' | 'PENDING' | 'DRAFT' | 'DRAFT_DELETED' | 'FROZEN' | 'UNDEFINED' — AP Card status.
  - `nameOnAccount` string — Full name on the AP Card
  - `createdTime` string, date-time — Created date and time
  - `updatedTime` string, date-time — Updated date and time
  - `balance` number — AP Card available balance
  - `limit` number — AP Card spending limit

## Other responses

- `4XX` — List of errors.
- `5XX` — List of errors.

---

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