Push Notification from WooCommerce site to Flutter application - wordpress

I am stuck at one point and need help to resolve the issue.
I tried many plugins but none of them fulfil my requirements. I am developing an E-Commerce user app in Flutter which link with our WordPress WooCommerce site using WooCommerce rest APIs. I need to integrate push notifications into my application but most of the plugins are offer push notification facilities only when you publish a post.
My Basic Requirements:
I need to notify
when users place an order
when order status updates
when new coupons are added

For that you need back-end developer. Because some plugins are only provide service for posts & products. But non of them offer services for orders. So we need to create custom hoods to achieve this functionality.
I hope you understand it.
Best of Luck!

Related

There has been an issue in the process of creating a payment system on my WordPress website via Stripe

I cannot succeed in paying any item through my shop page because my secret API key is incorrect. Moreover I cannot delete the existed one since there is no option in the drop-down menu. Has anyone know any procedure or solution? If so, would you mind telling me how to connect stripe live payment to a wordpress website?
I want to receive the procedure of how to connect stripe live payment to a wordpress website.
If you are having issues creating a payment system on your WordPress website via Stripe, here are a few things you can try to troubleshoot the issue:
Check your API keys: Make sure that you have entered your Stripe API
keys correctly in your WordPress website's payment settings. You can
check your API keys in the Stripe dashboard under the "Developers"
section.
Use a plugin: There are many WordPress plugins available that can
help you integrate Stripe into your website. These plugins handle
most of the integration process, including handling the API keys, so
you don't have to worry about it.
Check for conflicts: If you have other plugins or themes installed
on your website, they may be conflicting with your Stripe
integration. Try disabling all other plugins and switching to a
default theme to see if this resolves the issue.
Check for errors: If you are seeing error messages when trying to
process payments, check the error logs in your Stripe dashboard to
see if there are any issues with the payment requests.
Contact Stripe support: If you are still having issues, you can
contact Stripe support for assistance. They can help you
troubleshoot any issues with your integration and ensure that
everything is set up correctly.

Wordpress website /Checkout Stripe -Bancontact

I have activated the Bancontact methode for my Stripe account from Stripe dashboard.
I want to create checkout session from my wordpress website using a plugin connected to my stripe account API Keys.
My customers want to pay with Bancontact. But the problem I have is that the Bancontact option button is not shown on the checkout form. I tried a lot of to resolve that issue but I could not. I contacted with Stripe's support team for help and they recommended me to advice wordpress? and that I must configure a parameter name 'payment_method_data' with 'bancontact'?
Can some one help me resolving this please?

Application ID for PayPal integration with Woocommerce

I am working with Wordpress and Woocommerce in a local environment. It is required the app id in order to make the API calls. In Sandbox mode I am using APP-80W284485P519543T, this is mentioned here: https://developer.paypal.com/docs/archive/adaptive-payments/. To go Live I have created an app on Paypal and I tried to reach https://docs/api/goingLive/ (as it was written in the guide). I can't reach this page and I am not able to find the application id. How can I solve this issue?
Thank you very much for your kind help.
Adaptive Payments was deprecated in December of 2017. No APP IDs are available.
Switch to a plugin that uses a supported integration method, such as PayPal Checkout / Smart Payment Buttons.

Login Customer WooCommerce API

We are building an Easy Order form in VUE for our customers. The VUE app is connected to the WooCommerce API v3. Customers should login with their own credentials and be able to order products. We managed to let it work with an admin user, but it looks like customers don’t have the correct credentials.
Is there a way to fix this? Maybe with a plugin? Or code?
All the other related posts are pretty old. So I hope this is possible now.
The login is managed by the WordPress Rest API.
For more info I recommend reading the following:
WC REST API Order Properties
WP-API / Basic-Auth repo
WooCommerce / wc-api-php repo
WP plugin Simple JWT Login

Woocommerce - Multiple banking accounts

I've a wordpress/woocommerce application with two checkout pages. Now I offer Paypal and Sofortueberweisung as payment gateways to my customers. The thing is that I would like to send the money to a particular banking account, depending on the checkout page.
Problematic is that I can input only one project id in the woocommerce backend corresponding to one banking account. Do I have to install a second wordpress/ woocommerce application to achieve my goal?
If someone is in the same situation: Installing a separate wordpress instance is definitely the cleanest solution to achieve this kind of goal.
Keep in mind that you have to buy a separate licence for Sofortueberweisung.

Resources