Skip to main content

Authorize Request Example

Below are typical examples for sending paReq and backUrl to the sandbox environment. In production, you use the customerAction.url provided by the Start response.

Sample Code

3DS Authorization
<html>
<head>
<title>NETOPIA Payments DEMO</title>
</head>
<body>
<form method="POST" action="https://secure.sandbox.netopia-payments.com/sandbox/authorize">
<input type="hidden" name="paReq" value="rcrO9tXAiBpwv-ZE4JQ4yeI-tbf6aJ0ZsCV-cEa9p..." />
<input type="hidden" name="backUrl" value="https://yourdomain.com/example/backUrl.php" />
<input type="submit" value="Authorize with 3DS" />
</form>
</body>
</html>
note

Tip: The exact paReq value and customerAction.url are always returned by the Start endpoint for each transaction. Make sure to use the correct ones in your flow.