V1 Get Fundings for Payor
Deprecated (use /v4/paymentaudit/fundings)
Query parameters
The account owner Payor ID
Page number. Default is 1.
The number of results to return in a page
List of sort fields. Example: ?sort=destinationCurrency:asc,destinationAmount:asc Default is no sort. The supported sort fields are: dateTime and amount.
Response
Get Fundings normal response
Example response
{
"links": [
{
"rel": "first",
"href": "https://api.sandbox.velopayments.com/v1/paymentaudit/fundings?payorId=2a5d8af2-a1ed-4d7f-b9a7-ebe4b333be5a&page=1&pageSize=10"
},
{
"rel": "first",
"href": "https://api.sandbox.velopayments.com/v1/paymentaudit/fundings?payorId=2a5d8af2-a1ed-4d7f-b9a7-ebe4b333be5a&page=1&pageSize=10"
}
],
"page": {
"numberOfElements": 12,
"totalPages": 2,
"pageSize": 25,
"page": 1,
"totalElements": 33
},
"content": [
{
"dateTime": "2000-01-23T04:56:07.000+00:00",
"fundingAccountName": "fundingAccountName",
"amount": 120000,
"fundingType": "fundingType",
"transactionReference": "transactionReference",
"currency": "USD",
"payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"topupType": "topupType",
"events": [
{
"principal": "principal",
"eventId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"eventDateTime": "2000-01-23T04:56:07.000+00:00",
"fundingEventType": "fundingEventType"
},
{
"principal": "principal",
"eventId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"eventDateTime": "2000-01-23T04:56:07.000+00:00",
"fundingEventType": "fundingEventType"
}
],
"transactionId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "status",
"sourceAccountName": "sourceAccountName"
},
{
"dateTime": "2000-01-23T04:56:07.000+00:00",
"fundingAccountName": "fundingAccountName",
"amount": 120000,
"fundingType": "fundingType",
"transactionReference": "transactionReference",
"currency": "USD",
"payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"topupType": "topupType",
"events": [
{
"principal": "principal",
"eventId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"eventDateTime": "2000-01-23T04:56:07.000+00:00",
"fundingEventType": "fundingEventType"
},
{
"principal": "principal",
"eventId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"eventDateTime": "2000-01-23T04:56:07.000+00:00",
"fundingEventType": "fundingEventType"
}
],
"transactionId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"status": "status",
"sourceAccountName": "sourceAccountName"
}
]
}Changes
Changed in 10 of the 50 revisions of this API.131667
- ○
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
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
removed the
ACHenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
AUTOMATICenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
CREDITenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
DEBITenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
EMBEDDEDenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
FAILEDenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
FUNDING_DEALLOCATEDenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
FUNDING_RETURN_DETECTEDenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
MANUALenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
PAYOR_FUNDING_DETECTEDenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
PAYOR_FUNDING_ENTRY_DETAIL_RECEIVEDenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
PAYOR_FUNDING_REQUESTEDenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
PAYOR_FUNDING_REQUEST_SUBMITTEDenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
PAYOR_FUNDING_RETURN_RECEIVEDenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
PENDINGenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
WIREenum 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
- ○
- ○
api tag
Payment Audit Service (Deprecated)addedapi-tag-added
- ○
api tag
Payment Audit Serviceremovedapi-tag-removed
This revision also has 27 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
- ▲
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
- ○
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/locationTypedeprecatedresponse-property-deprecated
- ○
response property
errors/items/locationTypedeprecatedresponse-property-deprecated
- ○
response property
errors/items/reasonCodedeprecatedresponse-property-deprecated
- ○
response property
errors/items/reasonCodedeprecatedresponse-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
- ▲
- ▲
the
queryrequest parameterpayorIdbecame requiredrequest-parameter-became-required
- ●
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
- ○
api tag
Funding Managerremovedapi-tag-removed
- ○
endpoint deprecated
endpoint-deprecated
- ○
removed from the response body
allOflist for the response statusresponse-body-all-of-removed
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
- ○
added the non-success response with the status
response-non-success-status-added
- ○
added the non-success response with the status
response-non-success-status-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
This revision also has 26 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
added the new
ACHenum value to the//////response property for the response statusresponse-property-enum-value-added
- ●
added the new
EMBEDDEDenum value to the//////response property for the response statusresponse-property-enum-value-added
- ●
added the new
WIREenum value to the//////response property for the response statusresponse-property-enum-value-added
- ○
api operation id
getFundingsremoved and replaced withgetFundingsV1api-operation-id-removed
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
the
////response's property type changed fromobjecttoarrayfor statusresponse-property-type-changed
- ●
removed the optional property
/////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
/////from the response with the statusresponse-optional-property-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
/////response's property format changed fromint32toint64for statusresponse-property-type-changed
- ▲
the
/////response's property format changed fromint32toint64for statusresponse-property-type-changed
- ▲
the
/////response's property format changed fromint32toint64for statusresponse-property-type-changed
- ▲
the
/////response's property format changed fromint32toint64for statusresponse-property-type-changed
- ▲
the
/////response's property format changed fromint32toint64for statusresponse-property-type-changed
- ▲
- ○
added to the response body
allOflist for the response statusresponse-body-all-of-added
- ○
removed
subschema #2from the response bodyallOflist for the response statusresponse-body-all-of-removed
- ○
- ▲
removed the media type
application/jsonfor the response with the statusresponse-media-type-removed
- ▲
removed the media type
application/jsonfor the response with the statusresponse-media-type-removed
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ○
api operation id
getFundingsV1removed and replaced withgetFundingsapi-operation-id-removed
- ○
api tag
Funding Manageraddedapi-tag-added
- ○
api tag
Payment Audit Serviceaddedapi-tag-added
- ○
api tag
Payment Audit Service (Deprecated)removedapi-tag-removed
- ○
endpoint reactivated
endpoint-reactivated
- ○
the
queryrequest parameterpayorIdbecame optionalrequest-parameter-became-optional
- ○
added
subschema #2to the response bodyallOflist for the response statusresponse-body-all-of-added
- ○
removed the non-success response with the status
response-non-success-status-removed
- ○
removed the non-success response with the status
response-non-success-status-removed
This revision also has 257 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲