Merchant Authentication Service
Overview
Operations
Operation
Description
Use When
SDK Setup
const { MerchantAuthenticationClient } = require('hyperswitch-prism');
const authClient = new MerchantAuthenticationClient({
connector: 'stripe',
apiKey: 'YOUR_API_KEY',
environment: 'SANDBOX'
});Security Best Practices
Next Steps
Last updated
Was this helpful?

