Funding Manager

Get Funding Account

Get Funding Account by ID

get/v1/fundingAccounts/{fundingAccountId}

Path parameters

fundingAccountIdstring uuid required

Query parameters

sensitiveboolean

Response

Funding Account Response

idstring uuid

Funding Account Id

payorIdstring uuid
accountNamestring
accountNumberstring
routingNumberstring
sourceAccountIdsstring[]

Example response

{
  "routingNumber": "routingNumber",
  "accountName": "accountName",
  "sourceAccountIds": [
    "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
    "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
  ],
  "id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
  "accountNumber": "accountNumber"
}

Changes