paypal / PayPal-PHP-SDK

PHP SDK for PayPal RESTful APIs
https://developer.paypal.com/docs/api/
Other
27 stars 100 forks source link

Developer Dashboard not showing Sandbox Transactions #740

Closed randstraw closed 7 years ago

randstraw commented 7 years ago

image

Internal Tracking: PPPLMER-23695

MinionWarrior commented 7 years ago

The https://developer.paypal.com won't show your test transactions, you need to access your paypal sandbox account @ https://www.sandbox.paypal.com

image

image

Hope this help 😸

randstraw commented 7 years ago

Thank you for the comment adding the workaround @MinionWarrior.

braebot commented 7 years ago

This is now fixed. Thanks!

me-kmshinija commented 7 years ago

Hi,

I have created an invoice via php invoice sdk. But my sanbox dashboard summary does not list the invoice which i was sent via my application. I can see the invoice through invoice url only. When I go through my tansactions history I can see created invoice. But not seen under pending items in summary page . When I make a payment it will list under Completed section. How can I see under Pending section when I sent an invoice.

xiaoleih41 commented 7 years ago

@shinijaQB Did you log in https://www.sandbox.paypal.com and check the transaction history of that sandbox account? you should be able to see it there.

me-kmshinija commented 7 years ago

Yes. I can see it. But can not see in sandbox dashboard screen. Also, can we design template for invoices created using php invoice sdk?

me-kmshinija commented 7 years ago

How to pass an invoice template id into createAndSentInvoice.php using php invoice SDK?

xiaoleih41 commented 7 years ago

Close this issue as this is not the right repository for this question. I would recommend you to use PayPal-PHP-SDK for your invoice creation.