KashierDevelopersKashier Developers

Get payment link statistics

curl -X GET "https://test-api.kashier.io/v2/payment-link/statistics"
{}

Returns aggregate statistics across the merchant's payment links (counts and amounts broken down by payment status). Accepts the same optional filters as listPaymentLinks, so the totals match the list you are looking at.

Authorization

secretKey
Authorization<token>

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

Query Parameters

currency?string

ISO 4217 currency code, or a virtual currency view code.

startDate?string

Start of the creation date range.

endDate?string

End of the creation date range.

search?string

Search keyword (payment link id).

Response Body

application/json

application/json

application/json

application/json

application/json

GET
/v2/payment-link/statistics