Search
DropPay API¶
Shop v.1¶
POS Transactions Search v.1¶
Download OpenAPI 3 file
Transactions Search API allows querying DropPay Shop data lake to retrieve informations about transactions performed on POS services and fully settled. DropPay Shop POS Services are: * DropPos Terminals enabled to acquire payments through common payment cards of worldwide market (VISA, MASTERCARD, AMEX, JCB, PagoBancomat,... ), DropPay Mobile App, Alipay Mobile App and others; * Third parties applications directly connected to DropPay Authorization scheme API
You can request the search engine to retrieve a list of transactions matching the filter criteria. Results are paged by the page_size
you may have defined with paging.page_size
attribute. Omitting to define the page size, the search engine will default to a page size of 1000 items.
Searching is performed POSTing a json body where :
filter
is the object representing the filter to be appliedpaging
is the object controlling the page size
Features of forthcoming release 1.1
The response will always include a summary
with total amount of settled transactions and total amount of debited fees. Summary is showing values valid for whole results even though results are paged by default.
You can post the filter
object in the body setting its transactions
attribute with the value OFF
(default value is ON
requesting not to receive detailed results of every transactions.