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

---

[API](https://skmtc.net/velopaymentsapi/apis/velo-payments-apis.md) · [All operations](https://skmtc.net/velopaymentsapi/apis/velo-payments-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/velopaymentsapi/velo-payments-apis/revisions/05c3f09fc50a/schema)
