Callback endpoint for the Zibal payment gateway to verify a deposit transaction.
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| deposit-id | int | Yes | ID of the deposit to verify | 123 |
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| trackId | string | Yes | Track ID from Zibal | "123456789" |
| success | string | Yes | Payment result from Zibal ("1" = success, "0" = failed) | "1" |
GET /api/v1/payments/verify-deposit/123?trackId=123456789&success=1
Deposit was successfully verified.
You get redirected to the app URL.
You get redirected to the app URL.
Error message will be shown in the app.