Get Payouts for Payor
Get List of payouts for payor
Query parameters
The id (UUID) of the payor funding the payout or the payor whose payees are being paid.
Payout Memo filter - case insensitive sub-string match
Payout Status
The submitted date from range filter. Format is yyyy-MM-dd.
The submitted date to range filter. Format is yyyy-MM-dd.
The name of the payor whose payees are being paid. This filters via a case insensitive substring match.
Filter payouts scheduled to run on or after the given date. Format is yyyy-MM-dd.
Filter payouts scheduled to run on or before the given date. Format is yyyy-MM-dd.
Payout Schedule Status
Page number. Default is 1.
The number of results to return in a page
List of sort fields (e.g. ?sort=submittedDateTime:asc,instructedDateTime:asc,status:asc) Default is submittedDateTime:asc The supported sort fields are: submittedDateTime, instructedDateTime, status, totalPayments, payoutId, scheduledFor
Response
Payor data found
Example response
{
"links": [
{
"rel": "rel",
"href": "href"
},
{
"rel": "rel",
"href": "href"
}
],
"page": {
"numberOfElements": 0,
"totalPages": 1,
"pageSize": 5,
"page": 5,
"totalElements": 6
},
"content": [
{
"dateTime": "2000-01-23T04:56:07.000+00:00",
"sourceAccountSummary": [
{
"sourceAccountId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"currency": "EUR",
"totalCost": 3344
},
{
"sourceAccountId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"currency": "EUR",
"totalCost": 3344
}
],
"payoutType": "payoutType",
"totalReturnedPayments": 1,
"fxSummaries": [
{
"invertedRate": 123.23,
"rate": 123.23,
"sourceCurrency": "EUR",
"totalPaymentAmount": 34235,
"paymentCurrency": "EUR",
"quoteId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"totalCost": 5,
"fundingStatus": "fundingStatus",
"creationDateTime": "2000-01-23T04:56:07.000+00:00",
"status": "status"
},
{
"invertedRate": 123.23,
"rate": 123.23,
"sourceCurrency": "EUR",
"totalPaymentAmount": 34235,
"paymentCurrency": "EUR",
"quoteId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"totalCost": 5,
"fundingStatus": "fundingStatus",
"creationDateTime": "2000-01-23T04:56:07.000+00:00",
"status": "status"
}
],
"payoutId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"totalPayments": 0,
"schedule": {
"scheduledFor": "2000-01-23T04:56:07.000+00:00",
"scheduleStatus": "SCHEDULED",
"notificationsEnabled": true,
"scheduledBy": "Aphra Behn",
"scheduledByPrincipalId": "8946953b-1e3b-49cf-9da4-b704cbb78f3e",
"scheduledAt": "2000-01-23T04:56:07.000+00:00"
},
"submittedDateTime": "submittedDateTime",
"payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"totalIncompletePayments": 6,
"withdrawnDateTime": "2000-01-23T04:56:07.000+00:00",
"totalWithdrawnPayments": 5,
"instructedDateTime": "instructedDateTime",
"status": "status",
"payoutMemo": "payoutMemo",
"payorName": "payorName"
},
{
"dateTime": "2000-01-23T04:56:07.000+00:00",
"sourceAccountSummary": [
{
"sourceAccountId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"currency": "EUR",
"totalCost": 3344
},
{
"sourceAccountId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"currency": "EUR",
"totalCost": 3344
}
],
"payoutType": "payoutType",
"totalReturnedPayments": 1,
"fxSummaries": [
{
"invertedRate": 123.23,
"rate": 123.23,
"sourceCurrency": "EUR",
"totalPaymentAmount": 34235,
"paymentCurrency": "EUR",
"quoteId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"totalCost": 5,
"fundingStatus": "fundingStatus",
"creationDateTime": "2000-01-23T04:56:07.000+00:00",
"status": "status"
},
{
"invertedRate": 123.23,
"rate": 123.23,
"sourceCurrency": "EUR",
"totalPaymentAmount": 34235,
"paymentCurrency": "EUR",
"quoteId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"totalCost": 5,
"fundingStatus": "fundingStatus",
"creationDateTime": "2000-01-23T04:56:07.000+00:00",
"status": "status"
}
],
"payoutId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"totalPayments": 0,
"schedule": {
"scheduledFor": "2000-01-23T04:56:07.000+00:00",
"scheduleStatus": "SCHEDULED",
"notificationsEnabled": true,
"scheduledBy": "Aphra Behn",
"scheduledByPrincipalId": "8946953b-1e3b-49cf-9da4-b704cbb78f3e",
"scheduledAt": "2000-01-23T04:56:07.000+00:00"
},
"submittedDateTime": "submittedDateTime",
"payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"totalIncompletePayments": 6,
"withdrawnDateTime": "2000-01-23T04:56:07.000+00:00",
"totalWithdrawnPayments": 5,
"instructedDateTime": "instructedDateTime",
"status": "status",
"payoutMemo": "payoutMemo",
"payorName": "payorName"
}
]
}Changes
Changed in 10 of the 50 revisions of this API.113577
- ○
removed the
ACCEPTEDenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
ASenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
COMPLETEDenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
CONFIRMEDenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
EURenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
EURenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
EURenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
EXECUTEDenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
EXECUTEDenum value from the///response property for the response statusresponse-property-enum-value-removed
- ○
removed the
EXPIREDenum 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
FUNDEDenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
GBPenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
GBPenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
GBPenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
INCOMPLETEenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
INSTRUCTEDenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
INSTRUCTEDenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
ON_BEHALF_OFenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
QUOTEDenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
QUOTEDenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
REJECTEDenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
SCHEDULEDenum value from the///response property for the response statusresponse-property-enum-value-removed
- ○
removed the
STANDARDenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
SUBMITTEDenum value from the//response property for the response statusresponse-property-enum-value-removed
- ○
removed the
UNFUNDEDenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
UNQUOTEDenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
USDenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
USDenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
USDenum value from the////response property for the response statusresponse-property-enum-value-removed
- ○
removed the
WITHDRAWNenum 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 optional
queryrequest parameterscheduleStatusnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterscheduledForDateFromnew-optional-request-parameter
- ○
added the new optional
queryrequest parameterscheduledForDateTonew-optional-request-parameter
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
- ▲
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
- ▲
- ●
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 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 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
This revision also has 26 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
- ○
- ▲
the response property
//became optional for the statusresponse-property-became-optional
- ○
added the new optional
queryrequest parameterfromPayorNamenew-optional-request-parameter
- ○
the
queryrequest parameterpayorIdbecame optionalrequest-parameter-became-optional
- ○
response property
content/items/payorIdreactivatedresponse-property-reactivated
- ○
added the required property
//to the response with the statusresponse-required-property-added
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ○
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
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
response property
content/items/payorIddeprecatedresponse-property-deprecated
- ○
added the required property
//to the response with the statusresponse-required-property-added
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
- ○
- ▲
the
queryrequest parameterpayorIdbecame requiredrequest-parameter-became-required
- ▲
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
- ▲
the
////response's property type changed fromintegertonumber, and format fromint64toint32for statusresponse-property-type-changed
- ▲
removed the required property
//from the response with the statusresponse-required-property-removed
- ▲
removed the required property
//from the response with the statusresponse-required-property-removed
- ●
deleted the
queryrequest parameterfromPayorNamerequest-parameter-removed
- ●
deleted the
queryrequest parameterscheduleStatusrequest-parameter-removed
- ●
deleted the
queryrequest parameterscheduledForDateFromrequest-parameter-removed
- ●
deleted the
queryrequest parameterscheduledForDateTorequest-parameter-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
- ●
added the new
ACCEPTEDenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
COMPLETEDenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
CONFIRMEDenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
EURenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
EURenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
EURenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
EXECUTEDenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
EXPIREDenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
FUNDEDenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
GBPenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
GBPenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
GBPenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
INCOMPLETEenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
INSTRUCTEDenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
INSTRUCTEDenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
QUOTEDenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
QUOTEDenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
REJECTEDenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
SUBMITTEDenum value to the//response property for the response statusresponse-property-enum-value-added
- ●
added the new
UNFUNDEDenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
UNQUOTEDenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
USDenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
USDenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
USDenum value to the////response property for the response statusresponse-property-enum-value-added
- ●
added the new
WITHDRAWNenum value to the//response property for the response statusresponse-property-enum-value-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
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
the response property
//became required for the statusresponse-property-became-required
This revision also has 257 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲