Sandbox Transactions not showing in Activty

edwardmbsmith
Contributor
Contributor

How long does it normally take for payments to show in activity?

 

Made a set of payments around 24 hours ago and still not showing.

 

Payments are made using a sandbox app with API credentials. Balance is updating correctly in both, and from the notification (email) the invoices can be viewed once logged in, but the payments do not show in the activity.

 

I have created a new seller and buyer account just to double check but still no activity after ~30minutes today.

 

Any advice?

 

Thanks

Login to Me Too
10 REPLIES 10

wael_mahmoud
New Community Member

you need to execute the payment via execute method

https://api-m.sandbox.paypal.com/v1/payments/payment/{payment_id}/execute

with paymentId and payerId to confirm it

or

 

$payment->execute($execution$apiContext);

 

with php sdk

 

 

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.