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 StringAPPROVEDThe payment has been approved and accredited.static StringAUTHORIZEDThe payment has been authorized but not captured yet.static StringCANCELLEDPayment was cancelled by one of the parties or because time for payment has expired.static StringCHARGED_BACKWas made a chargeback in the buyer’s credit card.static StringIN_MEDIATIONUsers have initiated a dispute.static StringIN_PROCESSPayment is being reviewed.static StringPENDINGThe user has not yet completed the payment process.static StringREFUNDEDPayment was refunded to the user.static StringREJECTEDPayment 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
-
-