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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top