Setup
Please follow the common Nuvei instructions to get set up with Nuvei. After setting up your Nuvei account, make sure PSE is enabled as a payment method on your account.Features
Nuvei PSE payments support the following features:- Transaction synchronization - Keep payment statuses synchronized with Nuvei
Supported countries
Nuvei supports transactions from buyers inCO.
Supported currencies
Nuvei supports processing payments inCOP, USD.
Limitations
The following features are not supported by this connector:- Refunds - Cannot refund PSE transactions
- Delayed capture - Authorization and capture must happen together
- Partial capture - Cannot capture a portion of the authorized amount
- Void - Cannot cancel transactions once initiated
- Payment method tokenization - Cannot store payment methods for recurring transactions
- Zero auth - Zero-dollar verification transactions are not supported
- Settlement reporting - Settlement reporting is not available
Integration
For PSE, the default integration for Nuvei is through a redirect to a hosted payments page. The PSE connection via Nuvei requires a few fields in the transaction request:buyer.billing_details.first_nameandbuyer.billing_details.last_name- Customer namebuyer.billing_details.email_address- Customer’s emailconnection_options.nuvei-pse.userType- Customer type (“N” for personal, “J” for a legal entity)connection_options.nuvei-pse.userFisNumber- Customer’s document typeconnection_options.nuvei-pse.fiscalNumber- Customer’s document numberconnection_options.nuvei-pse.bankCode- The bank code of the selected bank
payment_method.approval_url and the buyer_approval_pending status.
approval_url so they can complete authentication and approve the payment. After approval the buyer is redirected to the redirect_url you provided when creating the transaction. Do not rely solely on the redirect - either poll the transaction or (recommended) rely on webhooks to detect the final status (for example capture_succeeded or failure states).
Testing
It is recommended to usebankCode 1022 for testing. Nuvei has instructions on how to test PSE.