verify_success_signature
Verify the signature on a Robokassa SuccessURL redirect to protect against CSRF and tampering. Uses query parameters and configured password.
Instructions
Verify the SignatureValue on a Robokassa SuccessURL redirect.
SuccessURL is the browser-side redirect after payment completes. Unlike ResultURL it does NOT mean the payment is credited — only that the user returned to the success page. Still, verifying the signature guards against CSRF / tampering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | Query-string params from the SuccessURL GET request. | |
| password1 | No | Shop's Password#1. Falls back to ROBOKASSA_PASSWORD1 env var. | |
| algorithm | No | Signature algorithm configured in the cabinet. | md5 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||