Syed Hussim
Syed Hussim

Reputation: 760

PayPal Hosted Pro Direct Payment

someone can help. I using PayPals Rest API to make a direct payment. I have a Pro account. The response, I get back from paypal after the autho process, has a status. PayPals documentation says there are 5 different statues that can be returned. (created; approved; failed; canceled; expired ). So my question is, if the status is pending, how can i know if at a latter date the payment has been successful or declined. There is no mention in the documentation to use an IPN. I cant find any documentation on these statues. Any help would really be appreciated.

Upvotes: 1

Views: 108

Answers (1)

Ind_KevinG
Ind_KevinG

Reputation: 1945

You could use the Look up a payment resource call to get details about payments that have not completed, such as payments that are created and approved, or if a payment has failed.

Upvotes: 1

Related Questions