Get Funding Accounts
Get the funding accounts.
Query parameters
The descriptive funding account name
The 2 letter ISO 3166-1 country code (upper case)
The ISO 4217 currency code
Funding account type. One of the following values: FBO, PRIVATE
The type of funding account.
Page number. Default is 1.
The number of results to return in a page
List of sort fields (e.g. ?sort=accountName:asc,name:asc) Default is accountName:asc The supported sort fields are - accountName, name.
Response
Get Funding Accounts Response
Example response
{
"links": [
{
"rel": "first",
"href": "https://api.sandbox.velopayments.com/v2/sourceAccounts?payorId=a2967711-df07-41e5-b5ea-f563088911c6&page=1&pageSize=0&sort=fundingRef:asc"
},
{
"rel": "first",
"href": "https://api.sandbox.velopayments.com/v2/sourceAccounts?payorId=a2967711-df07-41e5-b5ea-f563088911c6&page=1&pageSize=0&sort=fundingRef:asc"
}
],
"page": {
"numberOfElements": 1,
"totalPages": 2,
"pageSize": 25,
"page": 1,
"totalElements": 1
},
"content": [
{
"routingNumber": 12345678,
"archived": true,
"accountName": "Payor Corp",
"countryCode": "US",
"name": "My Funding Account",
"currency": "USD",
"id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"accountNumber": "7001001234",
"type": "FBO"
},
{
"routingNumber": 12345678,
"archived": true,
"accountName": "Payor Corp",
"countryCode": "US",
"name": "My Funding Account",
"currency": "USD",
"id": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"accountNumber": "7001001234",
"type": "FBO"
}
]
}Changes
Changed in 9 of the 50 revisions of this API.5622
- ●
deleted the
queryrequest parametercountryrequest-parameter-removed
- ●
removed the optional property
//from the response with the statusresponse-optional-property-removed
- ○
added the new optional
queryrequest parametercountryCodenew-optional-request-parameter
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
api tag
Fundingaddedapi-tag-added
- ○
api tag
Funding Managerremovedapi-tag-removed
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
removed the enum value
FBOfrom thequeryrequest parametertyperequest-parameter-enum-value-removed
- ▲
removed the enum value
WUBS_DECOUPLEDfrom thequeryrequest parametertyperequest-parameter-enum-value-removed
- ○
removed the
FBOenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
WUBS_DECOUPLEDenum value from the//response property for the response statusresponse-property-enum-value-removed
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
added the new
FBOenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
WUBS_DECOUPLEDenum value to the//response property for the response statusresponse-property-enum-value-added
- ○
the
//response's property pattern^[A-Z]{3}$was added for the statusresponse-property-pattern-added
This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the
/response's property type changed from no type toobjectfor statusresponse-property-type-changed
- ▲
the
/response's property type changed from no type toobjectfor statusresponse-property-type-changed
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
response property
errors/items/locationTypedeprecatedresponse-property-deprecated
- ○
response property
errors/items/locationTypedeprecatedresponse-property-deprecated
- ○
response property
errors/items/reasonCodedeprecatedresponse-property-deprecated
- ○
response property
errors/items/reasonCodedeprecatedresponse-property-deprecated
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
- ●
for the
queryrequest parameterpageSize, the max was set to100.00request-parameter-max-set
- ●
for the
queryrequest parameterpageSize, the min was set to1.00request-parameter-min-set
- ○
added the new enum value
WUBS_DECOUPLEDto thequeryrequest parametertyperequest-parameter-enum-value-added
This revision also has 26 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 257 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲