Class AdvancedPaymentStatus
Advanced Payment Status.
Inherited Members
Namespace: MercadoPago.Resource.AdvancedPayment
Assembly: MercadoPago.dll
Syntax
public class AdvancedPaymentStatus
Fields
| Edit this page View SourceApproved
The advanced 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
Advanced ayment 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 |
PartiallyRefunded
Part of the advanced payment was returned to the user.
Declaration
public const string PartiallyRefunded = "partially_refunded"
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
Advanced payment was refunded to the user.
Declaration
public const string Refunded = "refunded"
Field Value
Type | Description |
---|---|
string |
Rejected
Advanced payment was rejected. The user may retry payment.
Declaration
public const string Rejected = "rejected"
Field Value
Type | Description |
---|---|
string |