What to do if after DoExpressCheckoutPayment payment status is other than Completed?

StackOverflow https://stackoverflow.com/questions/21351775

  •  02-10-2022
  •  | 
  •  

문제

Suppose I'm finalizing the payment with DoExpressCheckoutPayment and receive a status other than Completed in PAYMENTINFO_0_PAYMENTSTATUS (for example - Pending). What am I supposed to do next from PayPals perspective - will I be notified to my PAYMENTREQUEST_0_NOTIFYURL when it resolves to Completed or should I give up right there and simply consider it failed?

도움이 되었습니까?

해결책

Yes, when the status of a transaction changes you will receive an additional IPN with the same txn_id.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top