Funding Manager Private

Create Funding Account

Create Funding Account

post/v2/fundingAccounts

Request body

type'FBO' | 'WUBS_DECOUPLED' | 'PRIVATE' required
namestring required
payorIdstring uuid required
accountNamestring

Required if type is either FBO or PRIVATE

accountNumberstring

Required if type is either FBO or PRIVATE

routingNumberstring

Required if type is either FBO or PRIVATE

currencystring

ISO 4217 currency code, Required if type is either WUBS_DECOUPLED or PRIVATE

Example request

{
  "routingNumber": "routingNumber",
  "accountName": "accountName",
  "name": "name",
  "currency": "USD",
  "payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "type": "FBO",
  "accountNumber": "accountNumber"
}

Response

Funding Account Creation Request Accepted

Changes