---
title: "Simulate VA PAYIN"
method: PATCH
path: "/virtual-account/simulate-payin"
tags: ["Virtual Account (VA)"]
---

# Simulate VA PAYIN

`PATCH /virtual-account/simulate-payin`

Use this method in the sandbox to simulate a deposit to a virtual account that was issued to a customer. This method is relevant only for testing in the sandbox. The currency of the transfer must be supported by the specific virtual account.

## Request body

- object
  - `virtual_account_id` string, required — Virtual Account Reference (va_*)
  - `amount` integer, required — Funding amount. The number of decimal place will be different for each currency according to ISO 4217
  - `currency` string, required — VA currency [ISO 4217 format]

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.dev/finmo/apis/finmo-api.md) · [All operations](https://skmtc.dev/finmo/apis/finmo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/finmo/finmo-api/revisions/1a3073c93930/schema)
