---
title: "credit-card/charge"
method: POST
path: "/credit-card/charge"
tags: ["Credit Card Endpoints"]
---

# credit-card/charge

`POST /credit-card/charge`

This endpoint is to create a credit card transaction to fund your VoPay account, charging the amount specified to the credit card linked to the provided CreditCardToken.

 If a ClientAccountID is provided, the client account's default credit card will be used for the transaction.

Note: You must first generate a CreditCardToken using the /credit-card/generate-embed-url endpoint.

## 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
  - `TransactionID` integer, required — The unique ID of the transaction that was just submitted.

---

[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)
