---
title: "debit-card/set-debit-card"
method: POST
path: "/debit-card/set-debit-card"
tags: ["Debit Card Endpoints"]
---

# debit-card/set-debit-card

`POST /debit-card/set-debit-card`

This endpoint allows you to identify a debit card as belonging to the VoPay account holder. Optionally, you can use this endpoint to identify a debit card as being the VoPay account holder's default debit card. Note, a VoPay account can only have one default debit card.

## Response `200`

- object
  - `Success` boolean, required — True if the request was successful, false if it failed
  - `ErrorMessage` string, required — Contains a description of the error if the request failed
  - `CardToken` string, required — Debit card token
  - `IsDefault` boolean, required — Is this the VoPay account holder's default debit card

---

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