Skip to content

How to check if a user sent you money in paypal in PHP?

curl -v -X GET https://api.sandbox.paypal.com/v1/payments/payment?count=10&start_index=0&sort_by=create_time&sort_order=desc \
-H "Content-Type: application/json" \
-H "Authorization: Bearer Access-Token"copy
See also  Java code snippet - How to limit double decimal places ?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.