1. Home
  2. Docs
  3. Data Partners API Documentation
  4. Merchant Transactions

Merchant Transactions

This endpoint allows the subscriber to get a list of transactions from all the merchant locations
/merchant//transactions/
Where must be their own “merchantId”, that was returned to the subsciber when they
enrolled as a merchant.

For example:

In cUrl:

curl \
URL/merchant/213/transactions \
-H 'Content-Type: application/json'
-H 'Authorization: Bearer eyJ0*******d0E'

The response should be with a list of transactions. Each item in the list should contain fields
such as

  • “amount”.
  • “createdAt”.
  • “locationId”.
  • “street”, “streetNo”, “city”, “country”, “zip”, referred to the location.
  • “lastFour”, referred to the card used in the transaction.

How can we help?