|
Express checkout is similar to the standard method of integration only with much tighter integration with the cart.
The customer is passed over to PayPal to sign-in but is then returned to the cart to complete their final checkout phase.
In order to use Express checkout you must configure your PayPal
account to allow the cart to have API access. This is what you need to do:
- Login to PayPal
- Go to: Profile
- Go to: API Access > Grant API Premission
- You need to add API permssion to
API Account Name: paypal_api1.mals-e.com
and give the cart permission to use:
- SetExpressCheckout
- GetExpressCheckoutDetails
- DoExpressCheckoutPayment
Note it is a one, not the letter L, in paypal_api1.mals-e.com.
|