We have upgrade our sagepay code V2 to V3 according to this guidelines.
But for now I have not get success order email from sagepay or from our system.
so , may be is that problem of postback is different in V3 from V2.
Anyone have idea regarding this...?
You've not really got enough detail in your question!
Assuming you are using Form, are you sending CustomerEmail and VendorEmail in the crypt string? Are you posting in SendEmail=1 (again in the crypt).
Related
How can i do this:
https://developer.paypal.com/docs/classic/express-checkout/integration-guide/ECCustomizing/
In rest api, especially when dealing with recurring payments,when my summary is empty?
Unfortunately, there is no way to display the details of the plan on the order summary page at this time. We have raised the issue internally in Paypal, and got an issue created here https://github.com/paypal/PayPal-PHP-SDK/issues/149. We will be updating the issue on github, for any changes.
However, you can still provide some description as shown here: https://github.com/paypal/PayPal-PHP-SDK/blob/master/sample/billing/CreateBillingAgreementWithCreditCard.php#L58
I am looking for an example of the DocuSign REST API v2 Post Envelope Correction and wanted to know how this works and if it will change the emailSubject of a draft envelope. Essentially, I am creating a draft envelope with a default emailSubject (required field) and then adding documents and recipients and now I want to be able to change the emailSubject, emailBlurb, etc. values of the envelope. The online documentation does not elaborate on the requirements for this API call.
In V2 (the currently released version) you can't update the email subject. In V3 (currently going through development) those features are added. I am happy to work with you on a creative solution to your particular problem. Depending on the go-live date for your project you might also be able to time it right, we can whitelist your app to access V3 with all usual disclaimers of accessing pre-released software.
I just updated our application to use the latest version of the legacy NVP API and discovered mention of two new fields (TAXIDTYPE, TAXID) that are apparently required for Brazil. These apparently were introduced after the version of the API we were previously using.
I just tried sending a locale of BR (Brazil) and neglecting to send these new fields and everything worked just fine.
So my questions are:
are they really required?
if so, what exactly are they? Can't find any explanation beyond the API docs (https://www.x.com/developers/paypal/documentation-tools/api/setexpresscheckout-api-operation-nvp) and it's unclear what these fields are. Do people/businesses in Brazil have a TAXID that they're meant to submit when making online purchases?
Thanks in advance for any info.
It is a regulatory requirement for Brazilian merchants to capture buyer's tax id. These fields are not required if are not a Brazilian merchant.
How do I find my paypal pro api string in opencart?
I have looked everywhere and even posted this question on opencart forum but I haven't gotten a single answer.
Are your trying to make an API Request?
This will help you:
http://net.tutsplus.com/tutorials/php/how-to-process-credit-cards-with-paypal-payments-pro-using-php/
And if you are looking for your API-Signature do the following:
Login to your account at paypal.com
Choose Profile
Left Column..choose API Access
then
VIEW code generated.
User name , password and 56-character API Signature Code
should now show.. if it doesn't, delete and generate another
OR
contact paypal for help.
Hope this helps
I was useing a free web hosting , but now i want to find a new one that support the connection with paypal for ipn,see this topic to know what I am talking about
http://www.zymic.com/forum/index.php?showtopic=33328&st=0&gopid=141044&#entry141044
i alrdeay post this quetion but they told me "questions about free web hosting recommendations are off topic for Stack Overflow".
so i am not asking a recommendation.
my quetion is : what is the feature that must be provided in a webhost so my ipn script works?
I am not sure I understand your question of "What is the feature that must be provided in a webhost so my IPN script works?". The IPN is a POST back to your system, and then your system responds to PayPal's POST to validate the information. You can set this up in different languages, and it can be set up a a windows or linux server. Then its a matter of what you are wanting the IPN script to do with the information. You would want to make sure you are sending the post to a secure url https:// Can you be more specific of what you are asking?