cURL
curl --request GET \ --url https://api.komerza.com/stores/{storeId}/affiliates/{customerId}/payouts/{page} \ --header 'Authorization: Bearer <token>'
{ "success": true, "pages": 123, "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "dateCreated": "2023-11-07T05:31:56Z", "customerId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "storeId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "affiliateId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "amount": 123, "convertedToStoreCredit": true, "initiatedByIp": "<string>", "isVoided": true, "comment": "<string>", "initiatedByUserId": "<string>", "voidDate": "2023-11-07T05:31:56Z", "voidedByUserId": "<string>", "voidReason": "<string>" } ] }
Requires the stores.affiliates.view permission.
stores.affiliates.view
Your API key goes here
The object was successfully returned.
Represents a paginated response returned from API endpoints, which contains the paginated data and metadata about the pagination.
Indicates whether the operation was successful
The total number of pages available in the paginated response.
Represents the collection of items within a paginated response
Show child attributes
Was this page helpful?