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