Skip to content
StraventaDocs

Top payment links by paid amount for a date range

Up to `limit` rows (default 10, max 100) ordered by amount_idr DESC. Intents with zero paid attempts are excluded.

GET
/v1/payments/dashboard/top-payment-links

Up to limit rows (default 10, max 100) ordered by amount_idr DESC. Intents with zero paid attempts are excluded.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

merchant_id*string
Formatuuid
from*string
to*string
tz?string
Default"Asia/Jakarta"
limit?integer
Default10
Range1 <= value <= 100

Response Body

application/json

curl -X GET "https://example.com/v1/payments/dashboard/top-payment-links?merchant_id=497f6eca-6276-4993-bfeb-53cbbbba6f08&from=string&to=string"
{}
Empty
Empty
Empty

Was this page helpful?