Archeived Payments
Last updated
Last updated
Exports the vendor sales data based on the provided vendor order ID.
The ID of the vendor order for which the sales data is to be exported.
Bearer token for vendor authentication
Successfully exported vendor sales data.
Fetches the list of archived payments with pagination.
The number of results to return per page.
10
The starting point for the query, used for pagination.
0
The current page of results.
1
Flag to indicate if the count of total results should be returned.
0
Bearer token for vendor authentication
Successfully retrieved the archived payment list.
This endpoint revokes a previously archived vendor payment using the archive ID.
Bearer token for vendor authentication
Successfully revoked the vendor payment archive.