List Installment linksAsk AIpost https://backend.sa.amwal.tech/payment_links/{store_id}/Path Paramsstore_idstringrequiredYour store IDBody Paramspageinteger≥ 1Defaults to 1Page number for pagination. Use this to navigate through multiple pages of results.page_sizeinteger1 to 100Defaults to 10Number of payment links to return per page. Maximum is 100. Higher values may impact performance.searchstringlength ≤ 100Search term to filter payment links. Searches in title, description, customer name, email, terminal_id, and cashier_id. Case-insensitive.payment_modestringenumDefaults to allFilter by payment mode. 'online' for traditional payment links, 'in_store' for POS transactions, 'all' for both.onlinein_storeallAllowed:onlinein_storeallbranchstringlength ≤ 50Filter by specific branch. Useful for multi-location businesses to view transactions by location.statusstringenumDefaults to allFilter by payment status. For in-store, 'Paid' transactions are most relevant for reporting.UnpaidPaidExpiredallAllowed:UnpaidPaidExpiredalldate_fromdateFilter transactions from this date (inclusive). Format: YYYY-MM-DDdate_todateFilter transactions until this date (inclusive). Format: YYYY-MM-DDsort_bystringenumDefaults to created_atField to sort results by. Most commonly used is 'created_at' for chronological order.created_atamounttitlestatusAllowed:created_atamounttitlestatussort_orderstringenumDefaults to descSort direction. 'desc' shows newest/highest first, 'asc' shows oldest/lowest first.ascdescAllowed:ascdescResponses 200Online payment links retrieved successfully with summary statistics for reporting 400Invalid request parametersUpdated about 2 months ago