Paypal integration - GetExpressCheckout -


i'm working on paypal integration (express checkout) using soap api. after doexpresscheckout call call getexpresscheckoutdetails. in docs found checkout status can 1 of following

  • paymentactionnotinitiated
  • paymentactionfailed
  • paymentactioninprogress
  • paymentcompleted

but docs not each of them mean. understand paymentactioninprogress - how handle it? mean i'll receive ipn call paypal when it's completed? also, can simulate response testing?

hello alex buynyachenko,

a value of paymentactionnotinitiated occurs when submit getexpresscheckoutdetails api call before buyer logs paypal account or when log account, return website have not completed payment yet.

paymentactionfailed occurs when you've tried complete payment failed reason. error response information returned have details on failure.

paymentactioninprogress returned when submit doexpresscheckoutpayment api call haven't received response yet - shouldn't encounter 1 often.

paymentcompleted returned after successful doexpresscheckoutpayment response. tested submitting authorization see if "inprogress" or "completed" , received "completed" value back.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -