문제

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