API Reference

Get Payout Invoice List

Get list of payout invoices. Specify the page size and page number via searchCriteria[page_size] and searchCriteria[currentPage]. You can also provide searchCriteria[] as a param to get an exhaustive list in one attempt if there are a small number of total items.
Sample Curl
curl --location --globoff 'https://mygatewayurl.com/V1/storeview/default/admin/vendor/payout/invoice/search?searchCriteria[page_size]=20' --header 'Content-Type: application/json' --header 'Authorization: Bearer token'

Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!