Export payments for a payment page
curl -X GET "https://test-api.kashier.io/v2/paymentPage/payments/string/export""string"Exports the payments collected against one payment page as a spreadsheet, returned inline in the response.
Authorization
secretKey Merchant secret key used to identify the merchant, obtained from Kashier's dashboard. Pass the raw secret key value in the Authorization header (NOT a "Bearer" token).
In: header
Path Parameters
The payment page identifier.
Response Body
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
application/json
application/json
application/json
application/json
application/json
Export payment pages asynchronously GET
Starts a payment pages export in the background and emails the finished file to the account that made the request.
Export payments for a payment page asynchronously GET
Starts an export of one page's payments in the background and emails the finished file to the account that made the request.