---
title: "Create Funding Account"
method: POST
path: "/v2/fundingAccounts"
tags: ["Funding Manager Private"]
---

# Create Funding Account

`POST /v2/fundingAccounts`

Create Funding Account

## Request body

- CreateFundingAccountRequestV2
  - `type` 'FBO' | 'WUBS_DECOUPLED' | 'PRIVATE', required
  - `name` string, required
  - `payorId` string, uuid, required
  - `accountName` string — Required if type is either FBO or PRIVATE
  - `accountNumber` string — Required if type is either FBO or PRIVATE
  - `routingNumber` string — Required if type is either FBO or PRIVATE
  - `currency` string — ISO 4217 currency code, Required if type is either WUBS_DECOUPLED or PRIVATE

## Response `202`

Funding Account Creation Request Accepted

## Other responses

- `400` — Invalid request. See Error message payload for details of failure
- `401` — Invalid access token. May be expired or invalid
- `403` — The authentication does not have permissions to access the resource This usually occurs when there is a valid authentication instance (client or user) but they do not have the required permissions

## Changes

- **2022-10-20** `3149678b757e` — 1 info
  - the `routingNumber` request property's minLength was decreased from `7` to `6`
- **2022-06-27** `1e7a1734a45c` — 1 info
  - added the new `PRIVATE` enum value to the request property `type`
- **2022-05-09** `89ba2b316116` — 1 info
  - the `routingNumber` request property's minLength was decreased from `9` to `7`
- **2020-09-25** `dd71433847a6` — 3 breaking, 18 info
  - the `errors/items/` response's property type changed from no type to `object` for status `400`
  - the `errors/items/` response's property type changed from no type to `object` for status `401`
  - the `errors/items/` response's property type changed from no type to `object` for status `403`
  - added the optional property `errors/items/errorCode` to the response with the `400` status
  - …17 more
- **2020-06-24** `aded220b0d7b` — 2 breaking, 4 info
  - added the new required request property `type`
  - the `name` request property's minLength was increased from `1` to `3`
  - added the new optional request property `currency`
  - the request property `accountName` became optional
  - …2 more

[Full history](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/changes/v2/fundingAccounts/post.md)

---

[API](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis.md) · [All operations](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/llms.txt) · [OpenAPI document](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/revisions/c9570437d66c?raw)
