---
spec: cash.yaml
operationId: createTransfer
---

Create a deposit from or withdrawal to a previously linked bank account

## Response Examples

```json 200
{
  "s": "ok",
  "d": {
      "serialNo": "20260129000082718",
      "currDate": 20260129,
      "currTime": "13:28:30",
      "bankCode": "**** **** 0976",
      "amount": "10",
      "transferId": "20260129181936",
      "fundType": "1",
      "fundChannel": "0",
      "transStatus": "1",
      "remark": "Requested",
      "userId": "3000000000",
      "apexStatus": "Completed",
      "endDate": 20260129,
      "endTime": "16:32:00",
      "achRelationshipId": "679240553ae1fc08145c63fa",
      "bankRoutingNumber": "XXXXXXXX",
      "tradeAccount": "lh000000000001",
      "processStatus": "COMPLETED",
      "cancelStatus": "NORMAL"
    }
  },
  "errormsg": null
}
```

```json error
{
  "s": "error",
  "errormsg": "Unauthorized"
}
```
