Funding Manager

Get details about given source account.

Get details about given source account.

get/v1/sourceAccounts/{sourceAccountId}

Path parameters

sourceAccountIdstring uuid required

Source account id

Response

Source account response

idstring uuid

Source Account Id

balanceinteger

Decimal implied

currency'USD'
fundingRefstring
physicalAccountNamestring
railsIdstring
payorIdstring uuid
namestring
pooledboolean
balanceVisibleboolean
customerIdstring nullable
physicalAccountIdstring uuid
fundingAccountIdstring uuid nullable
accountTypestring

Example response

{
  "physicalAccountName": "VELO_FBO_MYBANKA_USD",
  "accountType": "FBO",
  "fundingAccountId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "fundingRef": "a1b2c3d4",
  "balance": 1203489,
  "pooled": true,
  "name": "MyAccountName",
  "customerId": "Joe Customer",
  "physicalAccountId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "currency": "USD",
  "railsId": "BOA_RAIL",
  "balanceVisible": true,
  "id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
}

Changes