SearchCriteriaStatus Property
Search by status.
Syntax
transactionsearchcontrol.SearchCriteriaStatus[=integer]
Possible Values
sNone(0), sPending(1), sProcessing(2), sSuccess(3), sDenied(4), sReversed(5)
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