Synching Netsuite and Wordpress - wordpress

I want to be able to export a list of members from Netsuite and store their email domains in the backend of Wordpress. I am setting up a separate member portal through wufoo/Wordpress so that when a potential new member goes to register through our Wordpress site, the site automatically searches through the email addresses on file and work out whether that person is eligible to sign up for membership.
Hope this make sense?
Is this possible?
Thanks in advance

Enable REST in Wordpress Jetpack and call the rest API using nlapiRequestURL.

Related

Woocommerce REST API only user access their data

I need to make a mobile application for a Wordpress based e-commerce site.
I'm researched the WordPress and Woocommerce REST api.
What I want to do is briefly;
To authenticate with username and password via REST API.
if the verification is successful, look previous orders etc.
So only the user needs to access the data about himself!
how is this done ?
Thanks
Woocommerce users or customers are actually Wordpress users
Method POST: You can achieve this in lot of ways.
1st method is:
It's not specific for WooCommerce but also for all WordPress login and sign up
Sign up end point:
https://example.com/wp-json/wp/v2/users
Login end point:
https://example.com/wp-json/jwt-auth/v1/token

Suggest or a request form on a Wordpress site, how automatically know from which user?

about the background: so we are making a WP site, which uses WooCommerce and FooEvents. FooEvents is a plugin for WooCommerce which lets us list events and make the tickets. We also installed a plugin for Members called WooCommerce Memberships.
All in all we want to have a form on our site where people can suggest their event. We want it to be the easiest can be. Maybe its a dumb question but:
How can we automatically know which user filled out the form and sent it to us? We would like to avoid any Email or username entries.
Can I use a contact form 7? Or is there any free alternative in the best case, otherwise paid.
Greetings!
If your users have already an account on your website and they are logged in, here you have the possibility to populate automatically the fields Name and Email with Contact Form 7:
https://contactform7.com/setting-default-values-to-the-logged-in-user/

wordpress with multiple members and its roles

Hi can anybody let me know how we can implement the multiple user roles in wordpress along with restriction of the pages or posts and other part which would be only for a particular role. and Staff user can login and see its emails and reply to them as well.
Thanks in advance
You may use a Free plugin "User Roles and Capabilities". The plugins URL is given below.
https://wordpress.org/plugins/user-roles-and-capabilities

How to change users mail attribute in drupal via API?

How would I change a users email address via an API? In the DB the column is users.mail.
I would like to call Drupal, via REST, from another application to change a user's email address.
I am using Drupal 7.
Thanks.
You should look at the Services module and the wealth of documentation associated with it.

Integrating ASP.NET with PayPal

I have an ASP.NET website that allows users to subscribe to a service. When a user decides to pay for their subscription, they are redirected to the PayPal site. Please note, I have a website payments standard account. Regardless, they are redirected to a URL that looks like the following:
https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_xclick-subscriptions&business=MYID&item_name=Service Subscription&a3=12&p3=1&t3=Y&src=1&srt=1&no_note=1&return=https://www.mysite.com/confirmation.aspx?id=b67e1f4d-35fa-40f7-812b-2f32b87a3d15
Interestingly, the ID in my query string of the URL is removed. I really want to pass a variable from my site to paypal, and then from paypal back to my site. The purpose of this variable is associate the subscription with the user. Is there a way to do this with website payments standard account?
Thank you!
You need to set up profiles with your membership system. You can then associate a variable with a particular subscriber.
http://www.codersbarn.com/post/2008/07/10/ASPNET-PayPal-Subscriptions-IPN.aspx
Profiles are available out-of-the-box with the website template. If you're using the WAP template, then it requires some extra work (worth the effort).
As regards passing a custom variable, you can do this by using the appropriate PayPal variable and getting it back via IPN.

Resources