Paypal Integration - GetExpressCheckout

I am working on PayPal (Express Checkout) integration using the SOAP API. After calling DoExpressCheckout, I call GetExpressCheckoutDetails. In the docs, I found that the verification status can be one of the following

  • PaymentActionNotInitiated
  • PaymentActionFailed
  • PaymentActionInProgress
  • PaymentCompleted

But the documents do not actually say what each of them means. I understand everything except PaymentActionInProgress - how can I handle it? Does this mean that I will receive an IPN call from PayPal when it is completed? Also, can I simulate this answer for testing?

0
source share
1 answer

Hi Alexey Buynyachenko,

PaymentActionNotInitiated , API GetExpressCheckoutDetails , PayPal , , .

PaymentActionFailed , , - . .

PaymentActionInProgress , API DoExpressCheckoutPayment, - .

PaymentCompleted , DoExpressCheckoutPayment. , , "InProgress" "Completed", "".

+1

All Articles