Skip to main content
Every payment goes through three temporary statuses (New, Processing and Awaiting Confirmation) before arriving at a final status, either Done or Failed. To check the status of a payment, you can:
  1. Look the payment up in your Rocka Hub
  2. Use the Check payment status API endpoint
  3. Retrieve it through a webhook.

Payment statuses

StatusDescription
NewThe payment has been created.
ProcessingThe payment is being processed.
Awaiting confirmationWe’re waiting for the bank to confirm the payment has been successfully completed.
DoneThe payment has completed successfully.
FailedThe payment has failed and cannot be completed.
You can filter payments by status when exporting data through Rocka API. For more details, see Export payments.