SOAP and SCA (2FA)

CoopWeb
Contributor
Contributor

Am I right in assuming that the SOAP implementation of PayPal standard is/will be fully SCA compliant?

I'm working on a legacy site that uses SOAP (BMCreateButton etc), and the client has asked me to upgrade it to be SCA compliant, but I think it may already be complaint?

Additionally, how do I determine if the site is using Standard or Express Checkout? The code looks like this:

BMCreateButtonRequestType request = new BMCreateButtonRequestType()
{
ButtonType = ButtonTypeType.BUYNOW,
ButtonTypeSpecified = true,
ButtonCode = ButtonCodeType.ENCRYPTED,
ButtonCodeSpecified = true,
ButtonCountry = CountryCodeType.GB,
ButtonCountrySpecified = true,
Version = PayPalVersion,

...

Many thanks,
Leigh


Login to Me Too
1 REPLY 1

lbarcenasvisp
Contributor
Contributor

Hi, I am having this concern too. Did you have the chance to have an answer on this?

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.