I am using ExpressCheckout and testing Paypal in the sandbox. I've noticed if I set a higher amount of PAYMENTREQUEST_n_AMT in DoExpressCheckoutPayment() then in SetExpressCheckout() (e.g. $30 USD in SetExpressChecout(), $50 USD in DoExpressCheckoutPayment()), Paypal will transfer $50 USD to my sandbox business account from my sandbox personal account.
Is it because this is a sandbox server or something I should know ?
I am constructing a website which is required to charge an advance from the buyer and collect what remains of the net price a few days later. If this is a feature of Paypal Express Checkout, I will set the amount of advance in SetExpressCheckout() and the total Net Price in DoExpressCheckoutPayment(). Thereafter, the buyer will only see the advance amount in Paypal to decrease the confusion. If we said we only charge the advance, but in Paypal show the total amount of net price, it might cause confusion.
In my test it works in the sandbox, but Paypal will reply SUCCESSPAGEREDIRECTREQUESTED=true in this situation. Paypal documentation explains "Flag to indicate whether you would like to redirect the buyer to sign up for PayPal after completing the transaction." What does that mean?
Could you please clarify this for me?