Getting Started

Generating API Keys

Calling API Functions

JSON or XML

API Call Rate Limits

Affiliate Accounts

Functions

Types

Merchant Accounts

Functions

Types

TransactionStatus Enumeration

Specifies constants that define a transaction status.


Values

Value Description
Approved The actual transaction status is either "Approved" or "Paid". Please see the remark below for details.
Pending The actual transaction status is either "Locked" or "Pending". Please see the remark below for details.
Void The transaction has been flagged as void by the merchant.

Remarks

This type is deprecated, as it does not include the full range of possible transaction statuses. Please see the TransactionStatus2 Enumeration type.

JSON XML

Example

"Approved"
Approved

Related Links