SearchCriteriaStatus Property
Search by status.
Syntax
int GetSearchCriteriaStatus();
int SetSearchCriteriaStatus(int iSearchCriteriaStatus);
Possible Values
S_NONE(0), S_PENDING(1), S_PROCESSING(2), S_SUCCESS(3), S_DENIED(4), S_REVERSED(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