Nuvei Integration
Integrate AccruPay with Nuvei payment processing.
Overview
Nuvei is one of AccruPay's supported payment providers, offering:
- Credit card processing
- Global payment methods
- Fraud protection
- Multi-currency support
Configuration
Configure Nuvei as your transaction provider in the Merchant Portal.
Usage
const session = await sdk.transactions.sessions.start({
transactionProvider: TRANSACTION_PROVIDER.NUVEI,
data: {
// Payment data
},
});
Features
- Client-side payment processing
- 3D Secure authentication
- Tokenization
- Recurring payments
Documentation
Refer to Nuvei documentation for provider-specific details.