Payment Method Service
Overview
Operations
Operation
Description
Use When
SDK Setup
use HyperswitchPrism\PaymentMethodClient;
$paymentMethodClient = new PaymentMethodClient([
'connector' => 'stripe',
'apiKey' => 'YOUR_API_KEY',
'environment' => 'SANDBOX'
]);Next Steps
Last updated
Was this helpful?

