---
title: "Simulate Deposit (Sandbox only)"
method: POST
path: "/virtual-accounts/simulate-deposit"
---

# Simulate Deposit (Sandbox only)

`POST /virtual-accounts/simulate-deposit`

Simulate a deposit into any of your virtual accounts to test your integration without moving real funds

## Request body

- object
  - `accountNumber` string, required — The virtual account number to credit. Must belong to one of your virtual accounts.
  - `amount` integer, required — The deposit amount, in the account's currency (major units), must be less than 1000000.

## Response `200`

- object
  - `status` string
  - `currency` string

---

[API](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api.md) · [All operations](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yellowcard/yellow-cards-payment-api/revisions/516d251059cc/schema)
