Merchant Authentication Service
Overview
Operations
Operation
Description
Use When
SDK Setup
import com.hyperswitch.prism.MerchantAuthenticationClient;
MerchantAuthenticationClient authClient = MerchantAuthenticationClient.builder()
.connector("stripe")
.apiKey("YOUR_API_KEY")
.environment("SANDBOX")
.build();Security Best Practices
Next Steps
Last updated
Was this helpful?

