Class PaymentAdditionalInfo
Data that could improve fraud analysis and conversion rates. Try to send as much information as possible.
Inherited Members
Namespace: MercadoPago.Resource.Payment
Assembly: MercadoPago.dll
Syntax
public class PaymentAdditionalInfo
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<PaymentItem> Items { get; set; }
Property Value
Type | Description |
---|---|
IList<PaymentItem> |
Payer
Payer's information.
Declaration
public PaymentAdditionalInfoPayer Payer { get; set; }
Property Value
Type | Description |
---|---|
PaymentAdditionalInfoPayer |
Shipments
Shipping information.
Declaration
public PaymentShipments Shipments { get; set; }
Property Value
Type | Description |
---|---|
PaymentShipments |