curl --request GET \
--url https://api.stage.rocka.live/api/payments \
--header 'x-api-key: <api-key>'{
"payments": [
{
"id": "<string>",
"merchantPaymentId": "<string>",
"amount": 123,
"currency": "<string>",
"status": "<string>",
"description": "<string>",
"reference": "<string>",
"createdDate": "2023-11-07T05:31:56Z",
"finalisedDate": "2023-11-07T05:31:56Z"
}
],
"continuationToken": "<string>"
}curl --request GET \
--url https://api.stage.rocka.live/api/payments \
--header 'x-api-key: <api-key>'{
"payments": [
{
"id": "<string>",
"merchantPaymentId": "<string>",
"amount": 123,
"currency": "<string>",
"status": "<string>",
"description": "<string>",
"reference": "<string>",
"createdDate": "2023-11-07T05:31:56Z",
"finalisedDate": "2023-11-07T05:31:56Z"
}
],
"continuationToken": "<string>"
}Your Rocka payment ID.
Possible values: New, Awaiting Confirmation, Processing, Failed or Done.
Only include payments that were made after a certain date. YYYY-MM-DD.
Only include payments that were made before a certain date. YYYY-MM-DD.
Limit the number of payments retrieved.
Was this page helpful?