Google Wallet api POSTBACK_ERROR - wordpress

I’m trying to integrate Google Wallet into my website. I’m getting the message as below. Does anybody know why this happens? What should I do to resolve this issue? Please help me.
Uh oh. There was a problem.
We couldn't complete your purchase because of a technical issue.
Details of the problem below: Unfortunately, we could not confirm your
purchase with the merchant's server. Your order has been canceled.
Please contact the merchant if this problem continues.
Getting Postback_error.

First, piece of advice that this community reminds everyone when posting questions (or else your question maybe downvoted or closed by the community).
What have you tried
How do I ask a good question
That out of the way, and assuming you are referring to Wallet for Digital Goods API, the documentation should help guide you to debugging your implementation, which seems to point to an error in your POSTBACK handler:
Important: If you specify a postback URL, your server must respond promptly and correctly to the HTTP POST messages that Google sends for each transaction. Otherwise, the transaction will be canceled.

Related

Google Analytics user flow not working

When trying to open Google Analytics: User flow under Audience I get the following error. I have been seeing it for the last week and not sure what is going wrong.
One or more of the services on which we depend is unavailable. Please try again later after the service has had a chance to recover.
This feature was working before and I am wondering what went wrong. Thank you. :)
This is a Google-side error. It should clear up with no adjustments on your part, but it's impossible to say how long or what the exact issue is.

Symfony2 with sofort.com payment

I am working on a symfony 2 project where the user should be able to use payments via PayPal and Sofort.com.
Yet i have implemented paypal payments which i managed successfully.
But i am stuck with sofort.com. I have searched the web for tutorials but i can hardly find anything.
I've read through their API and integrated their PHP SDK. But i dont get how get on.Maybe someone here has worked with it, and can help me out what to do next.
That would be really cool
Can somebody help me point in the right direction with it? i would be really thankful.
You have to download the Sofort SDK from their website which is here.
Then in their example folder you'll find two files: example.sofortueberweisung.php and example.transaction.php.
The example.sofortueberweisung.php shows you how redirect the user with specific values to the payment page.
The example.transaction.php shows what to do in the notify action.
After the payment is completed the user will be send to the success link.
Sofort sends transaction data to the notify action which you can process.
If the user aborts the payment he or she will be forwarded to the abort link.
Its so super easy to implement it, i think imo its much easier then paypal.
Hope it helps people out.
You can try to use Omnipay library from ThePHPLeague, which provides a common interface to easily create a custom gateways. Also there is a symfony2 bundle which provides a wrapper for that library.

Set up email for a customer.details to get from them

This could be a question related to my area, but I dont know where to ask. There will be a page in our customers website. When they come to that page it will be populated with many email addresses.There will also be an attachment of type PDF. And some email content.They have exchange set up. I know very little about this emailing.Some reason always found it confusing. I need to get some details(email settings) from them for this page to work. Also the email addresses that the page will populate WILL contain other than their own domain address.i.e. gmails,msns or yahoos etc. So what is that I need from them?More questions coming. If you need more info,please ask. Thanks
I would suggest using EWS Managed API to communicate with the Exchange server. It's really not that difficult to use once you get your connection established. All you need from them is there credentials for their mailbox, or you could set up a service account with impersonation if you don't want to use theirs.
Here are some resources to get you started:
Download the EWS Managed API
Read conceptual content and 'How To' topics
See how it's done by downloading sample code
The sample code shows how to authenticate with Exchange, send emails, and a whole lot more. The Exchange developer documentation team continues to post new 'How to' topics.

Paypal api Insufficient permissions error on sale transaction

I'm using the Paypal Payflow api and receiving the following response error when trying to go live or in test:
RESULT=52&PNREF=xxxxxxxxxxx&RESPMSG=Insufficient permissions to perform transaction
From searching it seems there is a lot of people having issues with this. I also can't find error code 52 in any documentation that might help me resolve the issue. This thread explains the same unresolved issue: Paypal forum
Apparently my clients account was signed up for Payments Advanced and not Payments Pro. The upgrade has to be done over the phone, the online form will tell you that the application has already been approved.

Get linkedin public status updates

I am trying to get latest 3 public activities of our company from linkedin (ex: http://www.linkedin.com/company/4043/activity) and present it on our website but unfortunately I dont see a clear explanation to do so in the API documentations. I registered an API Key but I am confused if I need to do OAuth if so against what and then what API to call to get publicly available info?
Is OAuth really needed for something that is available?
Can I store an OAuth token for an internal user and keep fetching data on that? I would really do not want to authenticated the site visitors with oauth to get free linkedin content.
This question is on the lines of this one, but I still wanted to ask and see if I could get a better response/answer.
To get the company updates from the LinkedIn API, you will need to reference the following document:
https://developer.linkedin.com/reading-company-updates
The API is currently in preview mode, but the above document addresses your question re: OAuth as well as shows the specific calls as well as sample output. If you have any questions after reviewing the docs, please feel free to visit our developer forums at:
https://developer.linkedin.com/forums/rest
And one of someone from our team would be more than happy to help you further.
Enjoy!
-Jeremy

Resources