---
title: "[Sandbox] Create a mock dashboard deposit"
method: POST
path: "/sandbox/deposits/bank-transfer-simulation"
---

# [Sandbox] Create a mock dashboard deposit

`POST /sandbox/deposits/bank-transfer-simulation`

[Available in Sandbox environment only] Send test funds to your dashboard account via bank transfer

## Headers

- `X-XFERS-APP-API-KEY` string, required
- `X-PUBLIC-KEY-ID` string
- `X-TIMESTAMP` string
- `X-NONCE` string
- `X-SIGNATURE` string

## Request body

- object
  - `data` object
    - `attributes` object
      - `currency` string, required — Accepts `SGD` or `USD` only
      - `amount` string, required — Transaction amount(Must be a positive float)<br>Regex: `/^(?=.*[1-9])\d+(\.\d{1,2})?$/`
      - `source_bank_account_holder_name` string, required — Regex: `/^\s*.{1,255}\s*$/`
      - `source_bank_swift_code` string — Regex: `/^\s*.{1,255}\s*$/`
      - `source_bank_account_no` string — Regex: `/^\s*.{1,255}\s*$/`
      - `transaction_remarks` string — Regex: `/^\s*.{1,255}\s*$/`

## Response `200`

- object
  - `data` object
    - `id` string — Deposit contract ID.
    - `type` string — Transaction type.
    - `attributes` object
      - `idempotencyId` string — Idempotency ID for the transaction.
      - `currency` string — Transaction currency.
      - `amount` string — Transaction amount.
      - `fees` string — Fees charged for the transaction.
      - `status` string — Transaction status.
      - `createdAt` string — Timestamp when the transaction was created.
      - `senderInformation` object — Sender information.
        - `accountHolderName` string — Sender's bank account holder name.
        - `accountNumber` string — Sender's bank account number.
        - `swiftBic` string — Sender's SWIFT/BIC code.
        - `transactionRemarks` unknown
      - `blockedReasons` object[] — Reasons blocking the transaction, if any.

---

[API](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url.md) · [All operations](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/straitsx/straitsx-sandbox-base-url/revisions/9ceee2969aeb/schema)
