List refunds
GET/financing/v1/applications/:applicationId/refunds
List refunds created on a specific application.
Returns all refunds (repayments) registered for the order of the given application, including those created via this resource and those created by the Mark order items as returned operation.
| Financing type | Supported |
|---|---|
DEFERRED_PAYMENT | YES |
PAY_IN_THREE | YES |
| feature | supported by resource |
|---|---|
| pagingheader-paging | yes |
| sortingheader-sorting | no |
| filteringheader-filtering | no |
Collection is sorted by creation date, newest first. This resource supports paging - to navigate between pages, follow the nextPage and prevPage links returned in pagingInfo.
Request
Responses
- 200
- 404
List of refunds. May be empty if no refund was created yet.
Application does not exist