Class PaymentStatus
- java.lang.Object
-
- com.mercadopago.resources.payment.PaymentStatus
-
public class PaymentStatus extends Object
PaymentStatus class.
-
-
Field Summary
Fields Modifier and Type Field Description static String
APPROVED
The payment has been approved and accredited.static String
AUTHORIZED
The payment has been authorized but not captured yet.static String
CANCELLED
Payment was cancelled by one of the parties or because time for payment has expired.static String
CHARGED_BACK
Was made a chargeback in the buyer’s credit card.static String
IN_MEDIATION
Users have initiated a dispute.static String
IN_PROCESS
Payment is being reviewed.static String
PENDING
The user has not yet completed the payment process.static String
REFUNDED
Payment was refunded to the user.static String
REJECTED
Payment was rejected.
-
Constructor Summary
Constructors Constructor Description PaymentStatus()
-
-
-
Field Detail
-
APPROVED
public static final String APPROVED
The payment has been approved and accredited.- See Also:
- Constant Field Values
-
PENDING
public static final String PENDING
The user has not yet completed the payment process.- See Also:
- Constant Field Values
-
AUTHORIZED
public static final String AUTHORIZED
The payment has been authorized but not captured yet.- See Also:
- Constant Field Values
-
IN_PROCESS
public static final String IN_PROCESS
Payment is being reviewed.- See Also:
- Constant Field Values
-
IN_MEDIATION
public static final String IN_MEDIATION
Users have initiated a dispute.- See Also:
- Constant Field Values
-
REJECTED
public static final String REJECTED
Payment was rejected. The user may retry payment.- See Also:
- Constant Field Values
-
CANCELLED
public static final String CANCELLED
Payment was cancelled by one of the parties or because time for payment has expired.- See Also:
- Constant Field Values
-
REFUNDED
public static final String REFUNDED
Payment was refunded to the user.- See Also:
- Constant Field Values
-
CHARGED_BACK
public static final String CHARGED_BACK
Was made a chargeback in the buyer’s credit card.- See Also:
- Constant Field Values
-
-