Question

I'm building Invoicing system. My client wants to send PayPal invoices without loggin to PayPal account.

I managed to make CreateInvoice() and CreateAndSendInvoice() functions to work (thanks to @Andrew Angell again!!!).

But now I need to "pay" the order. How do I act as a buyer, and pay the invoice?

There was no actually email sent to my box. I do see related record in 'notifications': "You've received an invoice XXX from YYY". But how, how do I "pay" it?

Was it helpful?

Solution

If you login to http://sandbox.paypal.com using the email address of the account that you sent the invoice to you'll see the invoice in the history just like a regular receiver would. You can pay it directly from there.

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