---
title: "Fund an Account."
method: POST
path: "/creditCardDeposits"
tags: ["3. Fund"]
---

# Fund an Account.

`POST /creditCardDeposits`

## Request body

- CreateCreditCardDepositCriteria — <strong>customerIdentifier</strong> - specify the customer associated with the credit card. Must be the customer the accountIdentifier is associated with.<br/><br/><strong>accountIdentifier</strong> - specify the account this credit card is associated with<br/><br/><strong>externalRefID</strong> - specify the external reference id to associate with this funding action. Must be unique<br/><br/><strong>creditCardToken</strong> - specify the credit card token to fund with<br/><br/><strong>amount</strong> - specify the amount to fund in USD<br/><br/>
  - `customerIdentifier` string, required — specify the customer associated with the credit card. Must be the customer the accountIdentifier is associated with.
  - `accountIdentifier` string, required — specify the account this credit card is associated with
  - `externalRefID` string — specify the external reference id to associate with this funding action. Must be unique
  - `creditCardToken` string, required — specify the credit card token to fund with
  - `amount` number, required — specify the amount to fund in USD

## Response `200`

OK

- CreditCardDepositView
  - `referenceDepositID` string, required
  - `amount` number, required
  - `amountCharged` number, required
  - `feePercent` number, required
  - `createdDate` string, required
  - `status` string, required
  - `externalRefID` string
  - `accountNumber` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `409` — Conflict; Duplicate Exists
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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