craftcms / commerce-paypal

PayPal payment gateway for Craft Commerce.
https://plugins.craftcms.com/commerce-paypal
MIT License
6 stars 9 forks source link

Paypal Express configuration #8

Closed howells closed 6 years ago

howells commented 6 years ago

I feel like I'm going mad here, but I can't figure out how to get my PayPal API details for PayPal Express and I'm not sure where to turn for support.

In my PayPal Express config I can only see values for "Live Account" and "AccessToken" - not API Username, etc. which is expected in Craft config: https://cl.ly/f7ba5faa01c9

Any ideas?

andris-sevcenko commented 6 years ago

Those are Braintree SDK credentials. For PayPal Express you need NVP/SOAP credentials: https://developer.paypal.com/docs/classic/api/apiCredentials/#types-of-credentials

howells commented 6 years ago

I see - sorry, Paypal makes finding the right credentials incredibly hard. On my account I'm told that these are deprecated; is there any plans to update for Braintree, which I guess is the new version?

andris-sevcenko commented 6 years ago

@howells there definitely are plans, but there is no timeline yet, as there are quite a few things on our plate. I'll make a GH issue so that this does not get lost.

For the record, I agree, however, that it's incredibly frustrating finding the right credentials.