Source Accounts
Get details about given source account.
Get details about given source account.
get/v3/sourceAccounts/{sourceAccountId}
Path parameters
sourceAccountIdstring uuid required
Source account id
Response
Source account response
Example response
{
"physicalAccountName": "VELO_FBO_MYBANKA_USD",
"country": "US",
"userDeleted": true,
"type": "FBO",
"deletedAt": "2021-01-27T10:08:25.701Z",
"fundingRef": "a1b2c3d4",
"deleted": true,
"balance": 1203489,
"pooled": true,
"transmissionTypes": [
"ACH",
"SAME_DAY_ACH"
],
"name": "MyAccountName",
"customerId": "Joe Customer",
"physicalAccountId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"autoTopUpConfig": {
"targetBalance": 300000,
"fundingAccountId": "640ab1bd-8a6a-4603-a83a-1edbc3ed5689",
"minBalance": 10000,
"enabled": true
},
"currency": "USD",
"railsId": "BOA_RAIL",
"id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"notifications": {
"minimumBalance": 120000
}
}