---
title: "Create Funding Source"
method: POST
path: "/customer-accounts/{id}/funding-sources"
---

# Create Funding Source

`POST /customer-accounts/{id}/funding-sources`

## Path parameters

- `id` string, required

## Request body

- object
  - `account_number` string, required — Account number of the bank accout.
  - `account_type` 'checking' | 'savings', required — Type of the bank account (Accepts "checking" or "savings")
  - `routing_number` string, required — Routing number of the bank account.
  - `companyID` string, required — ID of the Company
  - `customerAccountID` string, required — ID of the Customer Account.

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zeal/apis/zeal-api.md) · [All operations](https://skmtc.net/zeal/apis/zeal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeal/zeal-api/revisions/01346dceb27d/schema)
