Payment Method Authentication Service
Overview
Operations
Operation
Description
Use When
SDK Setup
use HyperswitchPrism\PaymentMethodAuthenticationClient;
$authClient = new PaymentMethodAuthenticationClient([
'connector' => 'stripe',
'apiKey' => 'YOUR_API_KEY',
'environment' => 'SANDBOX'
]);3DS Flow
Flow
User Experience
When It Happens
Next Steps
Last updated
Was this helpful?

