---
title: "Create sandbox deposit transfer"
method: POST
path: "/v1beta/demo/banking/funding"
tags: ["Funding Wallets"]
---

# Create sandbox deposit transfer

`POST /v1beta/demo/banking/funding`

Simulates an inbound deposit into an account's funding wallet for end-to-end testing of the deposit flow.

The transfer can only credit accounts that belong to your firm. Available in non-production (sandbox) environments only.

## Request body

- DemoFundingTransfer
  - `amount` string, decimal
  - `currency` string
  - `receiver_account_number` string
  - `receiver_routing_code` string

## Response `200`

Demo deposit funding transfer

- DemoFundingTransfer
  - `amount` string, decimal
  - `currency` string
  - `receiver_account_number` string
  - `receiver_routing_code` string

## Other responses

- `default` — Error response.

---

[API](https://skmtc.net/alpacahq/apis/gift-city-extensions-api.md) · [All operations](https://skmtc.net/alpacahq/apis/gift-city-extensions-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alpacahq/gift-city-extensions-api/revisions/62e3378bb273/schema)
