Class AuthorizedPaymentStatus
Payment status related to the invoice.
Inherited Members
Namespace: MercadoPago.Resource.AuthorizedPayment
Assembly: MercadoPago.dll
Syntax
public class AuthorizedPaymentStatus
Properties
| Edit this page View SourceId
Unique payment identifier.
Declaration
public long? Id { get; set; }
Property Value
Type | Description |
---|---|
long? |
Status
Payment status.
pending
: The user has not yet completed the payment processapproved
: The payment has been approved and accreditedauthorized
: The payment has been authorized but not captured yetin_process
: Payment is being reviewedin_mediation
: Users have initiated a disputerejected
: Payment was rejected. The user may retry paymentcancelled
: Payment was cancelled by one of the parties or because time for payment has expiredrefunded
: Payment was refunded to the usercharged_back
: Was made a chargeback in the buyer’s credit card
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
StatusDetail
Payment status detail.
Declaration
public string StatusDetail { get; set; }
Property Value
Type | Description |
---|---|
string |