---
title: "Simulate customer capabilities"
method: PUT
path: "/v1/sandbox/customers/{id}/capabilities"
tags: ["Sandbox"]
---

# Simulate customer capabilities

`PUT /v1/sandbox/customers/{id}/capabilities`

Make the requested capabilities READY for a sandbox customer by simulating the underlying approvals, without running real onboarding. The customer must already be ACTIVE (see the customer status endpoint). Emits the same capability webhooks as production.

## Path parameters

- `id` string, required

## Headers

- `X-API-Key` string

## Request body

- SandboxSimulateCapabilitiesDto
  - `capabilities` string[], required — Capabilities to make READY for this customer by simulating the underlying approvals.

## Response `200`

Capabilities simulated successfully

- CustomerCapabilitiesResponseDto
  - `id` string, required — Customer ID
  - `capabilities` CustomerCapabilityStateDto[], required
    - `capability` 'USD_ACH_PAYIN' | 'USD_ACH_PAYOUT' | 'USD_WIRE_PAYIN' | 'USD_WIRE_PAYOUT' | 'USD_BALANCE' | 'USD_YIELD' | 'SWIFT_PAYIN' | 'SWIFT_PAYOUT' | 'STABLECOIN_PAYIN' | 'STABLECOIN_PAYOUT' | 'STABLECOIN_SWAPS' | 'AED_FX_PAYOUT' | 'AUD_FX_PAYOUT' | 'BHD_FX_PAYOUT' | 'BOB_FX_PAYOUT' | 'BRL_FX_PAYOUT' | 'CLP_FX_PAYOUT' | 'CNY_FX_PAYOUT' | 'COP_FX_PAYOUT' | 'DOP_FX_PAYOUT' | 'EGP_FX_PAYOUT' | 'EUR_FX_PAYOUT' | 'GBP_FX_PAYOUT' | 'HKD_FX_PAYOUT' | 'IDR_FX_PAYOUT' | 'INR_FX_PAYOUT' | 'JPY_FX_PAYOUT' | 'KRW_FX_PAYOUT' | 'KWD_FX_PAYOUT' | 'MXN_FX_PAYOUT' | 'MYR_FX_PAYOUT' | 'PEN_FX_PAYOUT' | 'PHP_FX_PAYOUT' | 'PYG_FX_PAYOUT' | 'QAR_FX_PAYOUT' | 'SAR_FX_PAYOUT' | 'SGD_FX_PAYOUT' | 'THB_FX_PAYOUT' | 'TRY_FX_PAYOUT' | 'TWD_FX_PAYOUT' | 'USD_FX_PAYOUT' | 'VND_FX_PAYOUT', required
    - `status` 'READY' | 'IN_REVIEW' | 'UNAVAILABLE', required

## Other responses

- `400` — Not in sandbox environment, customer not ACTIVE, or a capability cannot be simulated
- `401` — Unauthorized - Invalid or missing authentication credentials
- `404` — Customer not found

---

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