I have an item that costs $500 for example. I wanna let users be able to make partial payments, for example I wanna let them pay 50% of that amount ($250) and the other half is due after a certain number of time (like 3 weeks for example). How do I do that in Paypal?
Thanks in advance for any help
I don't think the PayPal API has installment payments built into it (aside from PayPal Credit), so I would recommend setting up a simple web application and database with a PayPal IPN endpoint to collect details on payments made into your account: https://developer.paypal.com/webapps/developer/docs/classic/products/instant-payment-notification/