Payment Method Service
Overview
Operations
Operation
Description
Use When
SDK Setup
const { PaymentMethodClient } = require('hyperswitch-prism');
const paymentMethodClient = new PaymentMethodClient({
connector: 'stripe',
apiKey: 'YOUR_API_KEY',
environment: 'SANDBOX'
});Next Steps
Last updated
Was this helpful?

