Description
WordPress and WooCommerce is awesome! Wouldn’t it be even more awesome if leverage WooCommerce for mobile apps as well?
With REST API, you can already Create, Read, Update and Delete Posts, Pages, Products and Orders. The only key feature missing is being able to Process WooCommerce Payments using REST API via different gateways.
If you are a front end developer, looking to develop an app/web with WordPress+WooCommerce as your backend using REST API. You will find that WooCommerce docs does not provide the process payment endpoint. This is where WC REST Payment comes in.
With WC REST Payment, you can process WooCommerce Payments using REST API. Supports Direct PayPal Standard, Bank Transfer, Cheque, Cash on Delivery and more.
Process Payment using REST API
- Send a REST API
POST
Request to/wp-json/wc/v2/process_payment
. - Include a JSON Body with
order_id
andprocess_payment
.
Please read the Getting Started Guide.
WooCommerce Basic Gateways
WooCommerce Basic Gateways are supported by WC REST Payment.
WooCommerce Addon Gateways
- Stripe ^
- PayPal Checkout ^
- More Coming Soon
^ Feature already working, Documentation is Coming Soon.
Technical Support
SK8Tech – Customer Success Specialist offers Technical Support to configure or install WP REST User.
Our Services
- SK8Tech Sydney Web Design
- SK8Tech Enterprise Email Hosting
- SK8Tech Emergency IT Support
- SK8Tech WeChat Advertising
Contact Us
Based in Sydney, SK8Tech is a innovative company providing IT services to SMEs, including Web Design, App Development and more.
Screenshots
An sample REST API POST request to process payment using WC REST Payment.
Installation
- Visit Plugins > Add New
- Search for
WC REST Payment
- Activate WC REST Payment from your Plugins page
- Read the documentation to Get Started
FAQ
- Do you have a demo?
-
Yes! You can check out our Demo Shop.
If you need assistance, feel free to email us at wc-rest-payment@sk8.tech.
- What version of WordPress is required?
-
For security, we always recommend the latest version of WordPress.
For native REST API support, we recommend you use WordPress 4.7+.
For WordPress version lower than 4.7, you will need to install WordPress REST API (Version 2). - What version of WooCommerce is required?
-
WooCommerce v2.2+
- Is it secure?
-
It is, if security is implemented properly.
Please see the Security Documentation.
- There’s a bug, what do I do?
-
Please email us at wc-rest-payment@sk8.tech.
Contributors and Developers
“WC REST Payment” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WC REST Payment” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Change Log
1.4.1
- Compatible & Safe to Update
- Security Fix
- Added Documentation
1.4.0
- Compatible & Safe to Update
- Added More Payment Gateways
- Direct Bank Transfer
- Cheque
- Cash on Delivery
- PayPal Standard
- Added API Endpoints
1.3.0
- Compatible & Safe to Update
- Added Dependency Check
- Improve Error Message
- Added API Endpoints
- Updated ‘process_payment’ code to latest
1.2.0
- Safe to Update
- Bug Fixes
- Added Plugin Analytics
1.1.0
- Added REST API endpoint for PayPal Express Checkout Payment Gateway.
- Restructured plugin directory for future development.
1.0.0
- Initial Release.
- REST API endpoint for Stripe Payment Gateway.