SearchCriteriaStatus Property
Search by status.
Object Oriented Interface
public function getSearchCriteriaStatus(); public function setSearchCriteriaStatus($value);
Procedural Interface
inpaypal_transactionsearch_get($res, 43 ); inpaypal_transactionsearch_set($res, 43, $value );
Default Value
0
Remarks
Search by status.
Valid payment statuses are listed below:
sNone (0) | No status. |
sPending (1) | The payment is pending. See PaymentPendingReason for more information. |
sProcessing (2) | A Payment is currently being processed |
sSuccess (3) | The payment has been completed and the funds have been added successfully to your account balance. |
sDenied (4) | You, the merchant, denied the payment. This will only happen if the payment was previously pending due to one of these PaymentPendingReasons. |
sReversed (5) | A payment was reversed due to a chargeback or other type of reversal. The funds have been removed from your account balance and returned to the buyer. |
Data Type
Integer