Eventbrite Auth.net Emulator - payment-processing

I am looking at integrating a payment processor that uses the Auth.net emulator feature - ie ability to use the Auth.net integration, but using a different URL to do the actual transactions.
See here for example: http://docs.ultracart.com/display/ucdoc/Configuring+a+Gateway+that+Supports+Authorize.Net+Emulation
Anyone managed to integrate anything other than Paypal, wallet and auth.net with EventBrite?
Thanks

I work on Eventbrite's API/Platform team, so hopefully I can help you out here.
Other payment gateways are emulating Auth.net's API so that they can easily be plugged in to platforms that currently support Auth.net, but the work to integrate an additional payment gateway that has an auth.net emulator would still fall on Eventbrite (and can't independently be done by a third party).
We're not currently looking to add additional gateways, but if you have a specific request then I'd be happy to pass on the request.
You can contact us here: http://twitter.com/eventbriteapi

Related

Gmail SMTP plugin for wordpress/woocommerce

I am trying to make Gmail SMTP puligin work with my woocommerce/wordpress site.
I'm having this notice from Google Cloud:
Verification Status
Pending developer action
Complete all actions below. Update your email thread with our Trust and Safety team after you have completed an action. The Trust and Safety team will continue the verification process once all actions are completed. Learn more
Action Required
Comply with domain verification requirements
Ensure your application's domains have completed the Search Console verification process
Update brand information
Ensure that your app's name, logo, and OAuth clients meet all requirements
I asked about this from Google and they gave me this answer:
Thanks for your patience while we reviewed your project.
Since your app is a Gmail SMTP plug-in for Wordpress, and you or the site admin are the only users of the app, we recommend that you keep using your app with the “unverified app” screen. The Gmail API isn't for public use in this case, so you do not need to get verified.
If you are having issues activating the plugin, you can see all your support options in General Support.
Please note that Google also participates in community discussion groups and mailing lists that can help you find answers or troubleshoot problems.
We strongly recommend that you submit a question via any of the below third-party community discussion groups and/or mailing lists:
Stack Overflow - A question and answer site for programmers.
Server Fault - A question and answer site for deploying and managing IT platforms.
Google Developers - Issue tracking for features and bugs. Search existing issues before creating a new one.
Google Groups - A place for non-technical how-to questions.
google-app-engine
gce-discussion
kubernetes-users
google-cloud-bigtable-discuss
google-cloud-sql-discuss
gcd-discuss
cloud-dns-discuss
cloud-dataproc-discuss
cloud-pubsub-discuss
cloud-nl-discuss
cloud-speech-discuss
google-translate-api
cloud-videointel-discuss
cloud-vision-discuss
google-cloud-dev
google-stackdriver-discussion
Android-developers
I can't use this app without Google approval. I tried to send a test email and the plugin gave me this error/answer:
Gmail SMTP plugin cannot send email until you enter your credentials in the settings and grant access to your web application.
So how can I make Gmail SMTP work with my wordpress/woocommerce site?
Best Regards,
Tuomo Nurkkala
I think I tried everything and I asked from Google about this problem, but I'm not so sure if I understood their message correctly.
Best Regards,
Tuomo Nurkkala

How do I use a web hook using Stripe and ARMember in Wordpress

I am working on a project with a third party website, in which I will create a membership recurrent plan, gather customer's information, store it, and charge the customer. Upon subscribing, the customer's credentials and information will be passed via an API to a third party website, where they will be able to access the service.
For the membership setup on my website, I am using ARMember, which is connected to a Stripe account. I am working with a developer for the whole API setup with the 3rd party website, but as a requirement, my developer is asking me to provide the webhooks We need a hook that can give user-object or user-signup details after the successful payment event.
Forgive me for being a newbie, as I am not a developer nor anything close to that. I have never worked with webhooks before.
In looking into ARMember's webhook documentation I found this, which I believe it is what my dev needs, arm_payment_gateway_validation_from_setup, however, there are no clear instructions on what to do with this, or how to use it. I guess they assume users seeking webhooks know exactly what to do with them, which is not my case. Please help anyone! Will be so grateful!

How to get network updates from LinkedIn?

I'm working on updates of exisitng iOS app which uses LinkedIn REST API.
Earlier to get posts of user I made request to https://api.linkedin.com/v1/people/{id}/network/updates?format=json
I need to get r_network permission to accomplish that. But now with changes in API that request doesn't work. I couldn't find any useful info in Developer Program Transition Guide nor in developer docs.
According to the transition guide, there are only 3 endpoints that are generally available:
Profile API — /v1/people/~
Share API — /v1/people/~/shares
Companies API — /v1/companies/{id}
Your request is clearly not one of these endpoints. If you have not begun a discussion with people in the partnership program, you should start that process now.

How to setup add payment method like odesk using asp.net

I want to develop an application to setup a payment method like odesk works in contractor account and my coding language is asp.net.
Please help me.
This is a pretty open-ended question, but I'm guessing that what you're after is a split payment..??
The Adaptive Payments API would be used for that, specifically Pay.
You've got options for using Parallel Payments or Chained Payments. Depending on how you want things to flow you'll have to make that decision and adjust your API request accordingly.
PayPal provides an SDK for .NET that you can get here. It will allow you to setup the Pay request the way you need to.
You're going to need a sandbox account for testing purposes, and then you'll need to get your application approved by PayPal in order to obtain a live App ID (the app ID is a parameter that gets passed in the headers of Adaptive Payments API requests).
You do all of that through your PayPal developer account.

How to send new posts push notifications from Wordpress to PhoneGap (iOS and Android)

I need to send push notifications to all users of my app (built with PhoneGap).
These push notifications should notify the user that a new post has been posted on a wordpress site.
I used the phonegap's PushNotifications plugin.
Now I need to set up the server side scripts that would actually send the notification payload. I am asking this question because I can't figure out how to do this. Can you suggest some solutions? I did look around stackoverflow, but couldn't find a solution that would work for both iOS and Android, and would work with Wordpress.
Looking forward to any help.
There is a WordPress plugin that does exactly what you ask (disclaimer first: I'm one of the developers). It is called Push Notifications for WordPress.
The nice thing is that it integrates perfectly into WordPress and it does not use any third-party’s server (so there is no charge for delivery). It even supports custom post types, analytics, user groups, and so on. You can buy it here (one-time purchase).
This is a particularly broad question with a lot of required pieces but I will attempt to give you a high level implementation.
There are several steps to take to get your WordPress site relaying messages to your app's install base.
I would recommend using a provider like urban airship to handle the push notifications workflow. Urban Airship (and other alike) allows you to support Android, iOS, Amazon, Blackberry, etc. They do all of the maintenance required and also lets you register devices using alias (like email address or other identifiers decides the device tokens/ids)
If you decide to use Urban Airship as your VAN there is a server side plugin for WordPress called Blimply. You can use this plugin to communicate to Urban Airship's API to relay your push notifications to your devices within your Wordpress site.
There are many for WordPress now since ithaas a large plugin base and eco system like https://wordpress.org/plugins/push-notification-for-wp-by-pushassist/
I tried it and using it for many of my sites. Frankly, for smaller web blogs 3000 subscribers are more than enough. Serious sites should opt for paid plans of any push notification providers.
There are many push notifications WordPress plugins in the WP repository which you can use on your website to send push notifications.
Onesignal is the most popular free push notifications plugin for WordPress. With the easy integration of this plugin, you can set opt-in for your visitors to when and how they want send push notification from WordPress to Phone. Onesignal has a feature of schedule and automatic notifications to online and offline users it means your visitors can receive notifications even after they have left your website.
Source 5+ Best WordPress Push Notification Plugins By SmallEnvelop

Resources