Skip to main content
GET
/
api
/
v2
/
partner
/
merchants
/
{merchant_id}
/
transactions
List transactions
curl --request GET \
  --url https://api.modulate.aurorapayments.net/api/v2/partner/merchants/{merchant_id}/transactions \
  --header 'X-Partner-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

X-Partner-API-Key
string
header
required

Path Parameters

merchant_id
string
required

Merchant ID

Required string length: 1 - 50

Query Parameters

date_from
string<date> | null

Start date (YYYY-MM-DD)

date_to
string<date> | null

End date (YYYY-MM-DD)

timezone
string | null
default:UTC

IANA timezone for date boundaries

Maximum string length: 50
page
integer
default:1

Page number

Required range: x >= 1
page_size
integer
default:25

Items per page

Required range: 1 <= x <= 100
card_brand
string | null

Filter by card brand (Visa, Mastercard, etc.)

Maximum string length: 50
card_type
string | null

Filter by card type (credit, debit)

Maximum string length: 50
batch_id
string | null

Filter by settlement batch ID

Maximum string length: 100

Response

Successful Response