curl --request GET \
--url https://api.stage.rocka.live/api/payments/{id} \
--header 'x-api-key: <api-key>'{
"amount": 123,
"currency": "<string>",
"id": "<string>",
"status": "New",
"description": "<string>"
}curl --request GET \
--url https://api.stage.rocka.live/api/payments/{id} \
--header 'x-api-key: <api-key>'{
"amount": 123,
"currency": "<string>",
"id": "<string>",
"status": "New",
"description": "<string>"
}The payment's ID, which is returned by the payment creation request and can also be found in your Rocka Hub.
Response for the particular payment status
Payment amount
Payment currency
Payment ID in Rocka's systems.
Payment status.
New, Processing, Failed, Awaiting confirmation, Done Short payment description for the customer.
Was this page helpful?