---
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' | '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
  - `countryCode` string, required — ISO 3166-1 2 letter country code (upper case)

## 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

- **2023-08-15** `b924ba134e09` — 2 breaking, 1 warning
  - added the new required request property `countryCode`
  - removed the enum value `WUBS_DECOUPLED` of the request property `type`
  - removed the request property `currency`
- **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

[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-service-production.skmtc.workers.dev/v1/apis/velopaymentsapi/velo-payments-apis/revisions/05c3f09fc50a/schema)
