Skip to main content
There are three ways to retrieve payment data:
  1. returnUrl. Once the payment is completed, the customer is redirected to the returnUrl you specified in the request, passing key details such as the payment status and ID.
  2. Check payment status. You can request data about the payment using its PaymentId. For more details, see Check payment status.
  3. webhookUrl. If you provided a webhookUrl, you can listen for events and receive notifications about payment status changes. For more details, see Callbacks.

Extended webhook features

If you enabled extended webhook features, you’ll receive additional data in the webhook body, including the rejectReason and processingStatus from the sender’s bank. You can activate this in your Rocka Hub account settings.