November Happy Hour will be moved to Thursday December 5th.

Per Nilsson
Jul 19, 2013
  5319
(3 votes)

Paypal provider for Commerce R2SP2

The API for PayPal has changed since the release of the provider so you will get an exception when trying to connect to paypal.

This is the error found in the log:


[ERROR] [com.paypal.sdk.exceptions.TransactionException] - The request was aborted: Could not create SSL/TLS secure channel.
com.paypal.sdk.exceptions.TransactionException: The request was aborted: Could not create SSL/TLS secure channel. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation

We havent gotten too many requests around the issue to the support but get one every now and then so wanted to share a few lines how to fix it in case you run into it during your project. The only thing needed is to override the default paypal settings like this.

Add the following to the <configSections> in web.config.

<section name="paypal" type="com.paypal.sdk.core.ConfigSectionHandler, paypal_base"/>

Then add the following <paypal> section and you are good to go.

<paypal>

<endpoints>

<wsdl>

<environment name="live">

<port name="PayPalAPI">https://api.paypal.com/2.0/</port>

<port name="PayPalAPIAA">https://api-aa.paypal.com/2.0/</port>

<port name="PayPalAPI" threetoken="true">https://api-3t.paypal.com/2.0/</port>

<port name="PayPalAPIAA" threetoken="true">https://api-aa-3t.paypal.com/2.0/</port>

</environment>

<environment name="sandbox">

<port name="PayPalAPI">https://api.sandbox.paypal.com/2.0/</port>

<port name="PayPalAPIAA">https://api-aa.sandbox.paypal.com/2.0/</port>

<port name="PayPalAPI" threetoken="true">https://api-3t.sandbox.paypal.com/2.0/</port>

<port name="PayPalAPIAA" threetoken="true">https://api-3t.sandbox.paypal.com/2.0/</port>

</environment>

<environment name="beta-sandbox">

<port name="PayPalAPI">https://api.beta-sandbox.paypal.com/2.0/</port>

<port name="PayPalAPIAA">https://api-aa.beta-sandbox.paypal.com/2.0/</port>

<port name="PayPalAPI" threetoken="true">https://api-3t.beta-sandbox.paypal.com/2.0/</port>

<port name="PayPalAPIAA" threetoken="true">https://api-3t.beta-sandbox.paypal.com/2.0/</port>

</environment>

</wsdl>

</endpoints>

</paypal>

Jul 19, 2013

Comments

Jul 23, 2013 10:27 PM

Simple enough! Thanks Per.

Please login to comment.
Latest blogs
Optimizely SaaS CMS + Coveo Search Page

Short on time but need a listing feature with filters, pagination, and sorting? Create a fully functional Coveo-powered search page driven by data...

Damian Smutek | Nov 21, 2024 | Syndicated blog

Optimizely SaaS CMS DAM Picker (Interim)

Simplify your Optimizely SaaS CMS workflow with the Interim DAM Picker Chrome extension. Seamlessly integrate your DAM system, streamlining asset...

Andy Blyth | Nov 21, 2024 | Syndicated blog

Optimizely CMS Roadmap

Explore Optimizely CMS's latest roadmap, packed with developer-focused updates. From SaaS speed to Visual Builder enhancements, developer tooling...

Andy Blyth | Nov 21, 2024 | Syndicated blog

Set Default Culture in Optimizely CMS 12

Take control over culture-specific operations like date and time formatting.

Tomas Hensrud Gulla | Nov 15, 2024 | Syndicated blog

I'm running Optimizely CMS on .NET 9!

It works 🎉

Tomas Hensrud Gulla | Nov 12, 2024 | Syndicated blog

Recraft's image generation with AI-Assistant for Optimizely

Recraft V3 model is outperforming all other models in the image generation space and we are happy to share: Recraft's new model is now available fo...

Luc Gosso (MVP) | Nov 8, 2024 | Syndicated blog