forms - Send part paid cart to PayPal -


i need send cart paypal payment using form integration method cart value has had part payment made against it, means, 'on account' or gift card example.

is there accepted way this?

the thing can find sending paid amount discount amount that's not 100% ideal isn't in reality discount.

the other option came send single line cart item of 'balance of order xxxx' not ideal customer wouldn't see actual items listed when on paypal.

many thank.

i can think of 3 paypal features might possibly use this:

authorization , capture

authorization & capture, or auth/capture, allows authorize availability of funds transaction delay capture of funds until later time. useful merchants have delayed order fulfillment process. authorize & capture enables merchants modify original authorization amount due order changes occurring after initial order placed, such taxes, shipping or gratuity.

recurring payments

paypal recurring payments allows bill buyer fixed amount of money on fixed schedule.

note can setup form of recurring payments using reference transactions handle payments varying amounts of money on varying schedule.

reference transactions

a reference transaction financial transaction subsequent transactions can derived. example, buyer purchases item on site, , use paypal transaction id or reference transaction id later initiate transaction. reference transactions , billing agreements enable handle recurring payments varying amounts of money on varying schedule.

you can read more these features here: https://developer.paypal.com/docs/classic/admin/intro/


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -