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