Payment Method Authentication Service
Overview
Operations
Operation
Description
Use When
SDK Setup
import com.hyperswitch.prism.PaymentMethodAuthenticationClient;
PaymentMethodAuthenticationClient authClient = PaymentMethodAuthenticationClient.builder()
.connector("stripe")
.apiKey("YOUR_API_KEY")
.environment("SANDBOX")
.build();3DS Flow
Flow
User Experience
When It Happens
Next Steps
Last updated
Was this helpful?

