---
title: "Get MassPay card information"
method: GET
path: "/payout/wallet/{user_token}/{wallet_token}/card"
tags: ["Card"]
---

# Get MassPay card information

`GET /payout/wallet/{user_token}/{wallet_token}/card`

This **GET** endpoint is used to retrieve MassPay card information associated with the provided wallet token. <br> You can use this endpoint to obtain information about the MassPay card associated with the wallet. <br> To use this endpoint, you need to provide the `user_token` and `wallet_token` as required parameters in the URL Path. <br> The response will include a JSON object containing details for the MassPay card, including the card number, balance, status. If your company is not PCI compliant, each field would contain a url that displays the corresponding card detail once accessed through an iFrame.

## Response `200`

Succesful operation.

- CardResp — MassPay Card Information
  - `card_number` string, required — 16 Digits card number
  - `cvv` string, required — 3 Digits cvv code
  - `expiration_date` string, date, required — Card expiration date
  - `pin_number` string, required — Card pin number (used in ATM machines)
  - `balance` number, float, required — Available balance on the card
  - `type` 'VISA' | 'MASTERCARD' | 'DISCOVER' | 'AMEX' | 'UNIONPAY', required — Card type
  - `status` 'ACTIVE' | 'INACTIVE' | 'CLOSED', required — Status of the card

## Other responses

- `400` — Bad request.
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not found.
- `405` — Method Not Allowed.
- `500` — Internal server error.
- `504` — Gateway Time-out.

---

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