Skip to main content
GET
Export payments

Authorizations

x-api-key
string
header
required

To get your own API keys, go to the Integration tab in your Rocka Hub.

Query Parameters

merchantPaymentId
string

Your Rocka payment ID.

status
any

Filter by payment status.

dateFrom
string<date-time>

Only include payments that were made after a certain date. YYYY-MM-DD.

dateTo
string<date-time>

Only include payments that were made before a certain date. YYYY-MM-DD.

limit
string

Limit the number of payments retrieved.

Response

200 - application/json

Payments retrieved successfully.

payments
object[]
continuationToken
string | null
Last modified on August 21, 2026