Payment Method Authentication Service
Overview
Operations
Operation
Description
Use When
SDK Setup
const { PaymentMethodAuthenticationClient } = require('hyperswitch-prism');
const 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?

