URBO Payment Initiation Service (PIS) for WooCommerce
by Urbo bankas, UAB 0 (0 reviews)

URBO Payment Initiation Service (PIS) for WooCommerce

Accept direct bank payments in your WooCommerce store using URBO Payment Initiation Service (PIS).

URBO Payment Initiation Service (PIS) for WooCommerce ranks #51,325 among WordPress.org plugins with 0+ active installations, is #9,153 of 12,463 in the E-commerce category, and was last updated Sep 2, 2026. Data from WordPress.org, refreshed twice daily — see methodology.

Compatible with WP 7.1.1
v1.0.1 Current Version v1.0.1
Updated 2 weeks ago Last Update on 02 Sep, 2026
Refreshed 6 hours ago Last Refreshed on
#9,153 of 12,463 in E-commerce Actively maintained
View on WordPress.org
Rank
#51,325
No change
Active Installs
0+
-100%
KW Avg Position
1
No change
Downloads
229
+1 today
Support Resolved
0%
No change
Rating
0%
Review 0 out of 5
0 (0 reviews)

Next Milestone 10

Total Progress 40%
0+ 10+
19,658
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro

Unlock Exact Install Count

See the precise estimated active installs for this plugin, calculated from real-time ranking data.

  • Exact install estimates within tiers
  • Track install growth over time
  • Milestone progress predictions
Upgrade to Pro
Need 6 more installs to reach 10+

Rank Changes

47,390 52,823 58,257 63,690 69,123 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
47,350 52,870 58,390 63,910 69,430 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
Current #51,325
Change
Best #

Upgrade to Pro

Unlock 30-day and 90-day rank history charts with a Pro subscription.

Upgrade Now

Active Installs Growth

Active Installs 0,000,000+
Growth +0.0%
Peak 0,000,000

Downloads Growth

0 10 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
0 10 07-09-2026 08-09-2026 09-09-2026 10-09-2026 11-09-2026 12-09-2026 13-09-2026 14-09-2026 15-09-2026 16-09-2026 17-09-2026 18-09-2026 19-09-2026 20-09-2026 21-09-2026 22-09-2026
Downloads
Growth
Peak

Upgrade to Pro

Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.

Upgrade Now

Reviews & Ratings

0.0
0 reviews
Overall 0%
5
0 (0%)
4
0 (0%)
3
0 (0%)
2
0 (0%)
1
0 (0%)

Frequently Asked Questions

Common questions about URBO Payment Initiation Service (PIS) for WooCommerce

URBO Payment Initiation Service (PIS) allows customers to pay directly from their bank account.
Yes, a URBO Payment Initiation Service (PIS) merchant account is required. Contact URBO at info@urbo.lt.
Yes, the plugin is fully compatible with the WooCommerce Blocks-based checkout.
The minified file assets/blocks/urbo-mip-bank/index.js is the compiled production output. The corresponding human-readable source is included in the plugin package at includes/blocks/urbo-mip-bank/index.js, so the uncompressed code ships alongside the compiled version. The build uses @wordpress/scripts. The build tooling (package.json and webpack.config.js) is not included in the distributed plugin package, so to regenerate the compiled file, create the two files below in the plugin directory, then run npm install followed by npm run build. No external repository is needed. package.json: { "name": "urbo-mip-for-woocommerce", "private": true, "scripts": { "build": "wp-scripts build", "start": "wp-scripts start" }, "devDependencies": { "@woocommerce/dependency-extraction-webpack-plugin": "^2.2.0", "@wordpress/scripts": "^30.0.0" } } webpack.config.js: const defaultConfig = require( '@wordpress/scripts/config/webpack.config' ); const WooCommerceDependencyExtractionWebpackPlugin = require( '@woocommerce/dependency-extraction-webpack-plugin' ); const path = require( 'path' ); module.exports = { ...defaultConfig, entry: { 'urbo-mip-bank/index': path.resolve( __dirname, 'includes/blocks/urbo-mip-bank/index.js' ), }, output: { path: path.resolve( __dirname, 'assets/blocks' ), filename: '[name].js', }, plugins: [ ...defaultConfig.plugins.filter( ( plugin ) => plugin.constructor.name !== 'DependencyExtractionWebpackPlugin' ), new WooCommerceDependencyExtractionWebpackPlugin(), ], };

Sign In / Register

You need to sign in or register to use this feature.