Understanding Temporary Hold Status

Asked 2 years ago, Updated 2 years ago, 95 views

Does anyone know when the status of the PayPal transaction will be Temporary Hold?

paypal

2022-09-30 20:48

1 Answers

The status changes mainly in the following three situations:

1. If PayPal's security model determines that the transaction needs to be reviewed
2. Chargeback
3. When filing an objection

Systematically, 1 is the DoExpressCheckoutPayment call, but 2 and 3 occur at any time after the DoExpressCheckoutPayment call (the buyer's behavior triggers).

If you want to systematically process Temporary Hold in real time (for example, do something when the status is complete), you must be IPN-aware.
(If you change the status on the PayPal side, you will be notified by IPN.)


2022-09-30 20:48

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.