Pre-authenticate
Overview
Request Fields
Field
Type
Required
Description
Response Fields
Field
Type
Description
Example
$request = [
'merchantOrderId' => 'order_001',
'amount' => ['minorAmount' => 10000, 'currency' => 'USD'],
'paymentMethod' => ['card' => [...]],
'returnUrl' => 'https://your-app.com/3ds/return'
];
$response = $authClient->preAuthenticate($request);Last updated
Was this helpful?

