Class AdvancedPayment
Advanced Payment resource.
Implements
Inherited Members
Namespace: MercadoPago.Resource.AdvancedPayment
Assembly: MercadoPago.dll
Syntax
public class AdvancedPayment : IResource
Remarks
For more information, access here.
Properties
| Edit this page View SourceAdditionalInfo
Data that could improve fraud analysis and conversion rates. Try to send as much information as possible.
Declaration
public AdvancedPaymentAdditionalInfo AdditionalInfo { get; set; }
Property Value
Type | Description |
---|---|
AdvancedPaymentAdditionalInfo |
ApiResponse
Response from API.
Declaration
public MercadoPagoResponse ApiResponse { get; set; }
Property Value
Type | Description |
---|---|
MercadoPagoResponse |
BinaryMode
When set to true, the payment can only be approved or rejected. Otherwise, the payment may be pending.
Declaration
public bool? BinaryMode { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Capture
Determines if the payment should be captured (true
)
or just reserved (false
).
Declaration
public bool? Capture { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DateCreated
Advanced payment date of creation.
Declaration
public DateTime? DateCreated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
DateLastUpdated
Last time the advanced payment was updated.
Declaration
public DateTime? DateLastUpdated { get; set; }
Property Value
Type | Description |
---|---|
DateTime? |
Description
Advanced payment description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Disbursements
List of payments that correspond to each seller.
Declaration
public IList<AdvancedPaymentDisbursement> Disbursements { get; set; }
Property Value
Type | Description |
---|---|
IList<AdvancedPaymentDisbursement> |
ExternalReference
ID given by the merchant in their system.
Declaration
public string ExternalReference { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Advanced payment ID.
Declaration
public long? Id { get; set; }
Property Value
Type | Description |
---|---|
long? |
Marketplace
Marketplace (Application).
Declaration
public string Marketplace { get; set; }
Property Value
Type | Description |
---|---|
string |
Metadata
Data that can be attached to the advanced payment to record additional attributes of the merchant.
Declaration
public IDictionary<string, object> Metadata { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
Payer
Payer information.
Declaration
public AdvancedPaymentPayer Payer { get; set; }
Property Value
Type | Description |
---|---|
AdvancedPaymentPayer |
Payments
List of payments made by the payer.
Declaration
public IList<AdvancedPaymentSplitPayment> Payments { get; set; }
Property Value
Type | Description |
---|---|
IList<AdvancedPaymentSplitPayment> |
Status
Advanced payment status.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string |