curl --location --request GET 'https://api.sandbox.velopayments.com//v1/fundingAccounts/'
{
"accountName": "Payor Corp",
"accountNumber": "7001001234",
"country": "US",
"currency": "USD",
"id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"name": "My Funding Account",
"payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"routingNumber": 12345678,
"sourceAccountIds": [
"046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"046b6c7f-0b8a-43b9-b35d-6489e6daee91"
],
"type": "FBO"
}