Class PaymentStatus
Status of payments.
Inherited Members
Namespace: MercadoPago .Resource.Payment
Assembly: MercadoPago.dll
Syntax
public static class PaymentStatus
Fields
| Edit this page View SourceApproved
The payment has been approved and accredited.
Declaration
public const string Approved = "approved"
Field Value
Type | Description |
---|---|
string |
Authorized
The payment has been authorized but not captured yet.
Declaration
public const string Authorized = "authorized"
Field Value
Type | Description |
---|---|
string |
Cancelled
Payment was cancelled by one of the parties or because time for payment has expired.
Declaration
public const string Cancelled = "cancelled"
Field Value
Type | Description |
---|---|
string |
ChargedBack
Was made a chargeback in the buyer’s credit card.
Declaration
public const string ChargedBack = "charged_back"
Field Value
Type | Description |
---|---|
string |
InMediation
Users have initiated a dispute.
Declaration
public const string InMediation = "in_mediation"
Field Value
Type | Description |
---|---|
string |
InProcess
Payment is being reviewed.
Declaration
public const string InProcess = "in_process"
Field Value
Type | Description |
---|---|
string |
Pending
The user has not yet completed the payment process.
Declaration
public const string Pending = "pending"
Field Value
Type | Description |
---|---|
string |
Refunded
Payment was refunded to the user.
Declaration
public const string Refunded = "refunded"
Field Value
Type | Description |
---|---|
string |
Rejected
Payment was rejected. The user may retry payment.
Declaration
public const string Rejected = "rejected"
Field Value
Type | Description |
---|---|
string |