In this picture,there are 3 main steps:SetExpressCheckout
,GetExpressCheckoutDetails
and DoExpressCheckoutDetails
,I'm now sure SetExpressCheckout
is to be called by myself,what about GetExpressCheckoutDetails
and DoExpressCheckoutDetails
,is it called by paypal or by myself?
The api is provided to be called by non-paypal I think,but the problem is seems it's redirected to paypal after calling SetExpressCheckout
.