PaymentPendingReason Property
The reason the payment is pending.
Syntax
reauthcapture.getPaymentPendingReason([callback])
Default Value
""
Callback
The 'callback' parameter specifies a function which will be called when the operation completes (or an error is encountered). If the 'callback' parameter is not specified, then the method will block and will not return until the operation completes (or an error is encountered).
The callback for the getPaymentPendingReason([callback]) method is defined as:
function(err, data){ }
'err' is the error that occurred. If there was no error, then 'err' is 'null'.
'data' is the value returned by the method.
The callback for the setPaymentPendingReason([callback]) method is defined as:
function(err){ }
'err' is the error that occurred. If there was no error, then 'err' is 'null'.
'err' has 2 properties which hold detailed information:
err.code err.message
Remarks
The reason the payment is pending.
The current list of possible return values for this property are:
Response | Description |
none | No pending reason. |
address | The payment is pending because your customer did not include a confirmed shipping address and your Payment Receiving Preferences is set such that you want to manually accept or deny each of these payments. To change your preference, go to the Preferences section of your Profile. |
echeck | The payment is pending because it was made by an eCheck that has not yet cleared. |
intl | The payment is pending because you hold a non-U.S. account and do not have a withdrawal mechanism. You must manually accept or deny this payment from your Account Overview. |
multi-currency | You do not have a balance in the currency sent, and you do not have your Payment Receiving Preferences set to automatically convert and accept this payment. You must manually accept or deny this payment. |
PaymentReview | The payment is under review by PayPal. Check PaymentProtectionEligibility for protection eligibility status. |
verify | The payment is pending because you are not yet verified. You must verify your account before you can accept this payment. |
other | The payment is pending for a reason other than those listed above. For more information, contact PayPal customer service. |
This property is read-only.
Data Type
String