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 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
ISO 4217 currency code, or a virtual currency view code.
Start of the creation date range.
End of the creation date range.
Search keyword (payment link id).
Response Body
application/json
application/json
application/json
application/json
application/json
Create a payment link POST
Creates a single payment link for one customer. Set currency to a virtual currency code (USDVIRTUAL, EURVIRTUAL, GBPVIRTUAL, SARVIRTUAL, AEDVIRTUAL) with totalAmount expressed in that currency to c…
Get payment link details GET
Retrieves a single payment link, including its extra fees, invoice items, and the full audit history of the link (creation, edits, shares, and payments).