Question

I've seen many times before, that automatically after a payment with "PayPal express checkout" a bill (with taxes, ...) is sent by mail.

Now I looked at the PHP APIs for express checkout (x.com, paypal.com) - but I could only find bills for manual requesting money. How can I implement this feature? Thanks!

Was it helpful?

Solution

It is possible to use the "DoAuthorization" method then "DoCapture" to ensure that the funds are automatically requested. Once that is complete it should send an email to the buyer.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top