Class AdvancedPaymentAdditionalInfoRequest
Data that could improve fraud analysis and conversion rates. Try to send as much information as possible.
Inherited Members
Namespace: MercadoPago.Client.AdvancedPayment
Assembly: MercadoPago.dll
Syntax
public class AdvancedPaymentAdditionalInfoRequest
Properties
| Edit this page View SourceIpAddress
IP from where the request comes from (only for bank transfers).
Declaration
public string IpAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
Items
List of items to be paid.
Declaration
public IList<AdvancedPaymentItemRequest> Items { get; set; }
Property Value
Type | Description |
---|---|
IList<AdvancedPaymentItemRequest> |
Payer
Payer's information.
Declaration
public AdvancedPaymentAdditionalInfoPayerRequest Payer { get; set; }
Property Value
Type | Description |
---|---|
AdvancedPaymentAdditionalInfoPayerRequest |
Shipments
Shipping information.
Declaration
public AdvancedPaymentShipmentsRequest Shipments { get; set; }
Property Value
Type | Description |
---|---|
AdvancedPaymentShipmentsRequest |