Skip to content

DropPay API

Shop v.2

POS Transactions Search v.2

Download OpenAPI 3 file

POSTransactions.v.openapi.yaml

Transactions Search API allows querying DropPOS data lake to retrieve informations about transactions performed on POS services and fully settled. DropPOS Services are DropPOS Terminals enabled to acquire payments through common payment cards of worldwide market (VISA, MASTERCARD, PagoBancomat,... ), DropPay Mobile App and others.

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 10 items.

Searching is performed POSTing a json body where :

  • filter is the object representing the filter to be applied
  • paging is the object controlling the page size

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).

Browse API Endpoints