Funding Manager

Get details about given source account.

Get details about given source account.

get/v2/sourceAccounts/{sourceAccountId}

Path parameters

sourceAccountIdstring uuid required

Source account id

Response

Source account response

idstring uuid required

Source Account Id

balancenumber

Decimal implied

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

Example response

{
  "physicalAccountName": "VELO_FBO_MYBANKA_USD",
  "fundingAccountId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "fundingRef": "a1b2c3d4",
  "balance": 1203489,
  "pooled": true,
  "name": "MyAccountName",
  "customerId": "Joe Customer",
  "physicalAccountId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "autoTopUpConfig": {
    "targetBalance": 300000,
    "minBalance": 10000,
    "enabled": true
  },
  "currency": "USD",
  "railsId": "BOA_RAIL",
  "balanceVisible": true,
  "id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "notifications": {
    "minimumBalance": 120000
  }
}

Changes