VR Payment
VR Payment
Description
Website: https://www.vr-payment.de/
The plugin offers an easy and convenient way to accept credit cards and all other payment methods listed below fast and securely. The payment forms will be fully integrated in your checkout and for credit cards there is no redirection to a payment page needed anymore. The pages are by default mobile optimized but the look and feel can be changed according the merchants needs.
This plugin will add support for all VR Payment payments methods and connect the VR Payment servers to your WooCommerce webshop.
To use this extension, a VR Payment account is required. Sign up on VR Payment.
Documentation
Additional documentation for this plugin is available:
here.
Source code and build process
This plugin ships a compiled WooCommerce Blocks bundle at assets/js/frontend/blocks/build/index.js. The human-readable source code is included in assets/js/frontend/blocks/src/ alongside webpack.config.js.
To rebuild the bundle from source:
cd assets/js/frontend/blocksnpm cinpm run build
This regenerates build/index.js and build/index-asset.php from the sources included with the plugin.
External Services
This plugin loads a device-identification script from the VR Payment gateway to secure checkout and payment flows.
- Service: VR Payment device identification
- Endpoint/domain: Base gateway URL (default
https://gateway.vr-payment.de/), script path/s/{spaceId}/payment/device.js - Data sent:
sessionIdentifier(value from cookievrpayment_device_id, a unique device/session ID) and the configured space ID in the request path; no payment or PII fields are sent by this script - When: Enqueued on cart/checkout page load; the identifier is stored in the browser for up to one year to keep sessions consistent and prevent fraud
- Purpose: Device fingerprinting/session continuity to secure transactions
- Policies: See the service provider’s terms of use and privacy policy linked below in the “Privacy Policy” and “Terms of use” sections
Support
Support queries can be issued on the VR Payment support site.
Privacy Policy
Enquiries about our privacy policy can be made on the VR Payment privacy policies site.
Terms of use
Enquiries about our terms of use can be made on the VR Payment terms of use site.
Installation
Minimum Requirements
- PHP version 5.6 or greater
- WordPress 4.7 up to 6.6
- WooCommerce 3.0.0 up to 9.8.5
Automatic installation
- Install the plugin via Plugins -> New plugin. Search for ‘VR Payment’.
- Activate the ‘VR Payment’ plugin through the ‘Plugins’ menu in WordPress
- Set your VR Payment credentials at WooCommerce -> Settings -> VR Payment (or use the Settings link in the Plugins overview)
- You’re done, the active payment methods should be visible in the checkout of your webshop.
Manual installation
- Unpack the downloaded package.
- Upload the directory to the
/wp-content/plugins/directory - Activate the ‘VR Payment’ plugin through the ‘Plugins’ menu in WordPress
- Set your credentials at WooCommerce -> Settings -> VR Payment (or use the Settings link in the Plugins overview)
- You’re done, the active payment methods should be visible in the checkout of your webshop.
Reviews
Changelog
3.4.2 – March 9th 2026
- [Feature] Tested against WordPress 7
- [Bugfix] Fixed issue with rounding leading to totals discrepency
- [Bugfix] Fixed fatal error with missing attribute when using the Polylang plugin
- [Tested Against] PHP 8.2
- [Tested Against] WordPress 7.x-beta
- [Tested Against] Woocommerce 10.5.1
- [Tested Against] PHP SDK 4.8.1