Class PaymentTransactionDetails
Transaction details.
Inherited Members
Namespace: MercadoPago.Resource.Payment
Assembly: MercadoPago.dll
Syntax
public class PaymentTransactionDetails
Properties
| Edit this page View SourceAcquirerReference
Acquirer reference
Declaration
public string AcquirerReference { get; set; }
Property Value
Type | Description |
---|---|
string |
BankTransferId
Bank transfer id
Declaration
public string BankTransferId { get; set; }
Property Value
Type | Description |
---|---|
string |
Barcode
Barcode information
Declaration
public PaymentBarcode Barcode { get; set; }
Property Value
Type | Description |
---|---|
PaymentBarcode |
DigitableLine
Boleto digitable line
Declaration
public string DigitableLine { get; set; }
Property Value
Type | Description |
---|---|
string |
ExternalResourceUrl
Identifies the resource in the payment processor
Declaration
public string ExternalResourceUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
FinancialInstitution
External financial institution identifier
Declaration
public string FinancialInstitution { get; set; }
Property Value
Type | Description |
---|---|
string |
InstallmentAmount
Total installments amount
Declaration
public decimal? InstallmentAmount { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
NetReceivedAmount
Amount received by the seller
Declaration
public decimal? NetReceivedAmount { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
OverpaidAmount
Amount overpaid (only for tickets)
Declaration
public decimal? OverpaidAmount { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
PayableDeferralPeriod
Payable Deferral Period
Declaration
public string PayableDeferralPeriod { get; set; }
Property Value
Type | Description |
---|---|
string |
PaymentMethodReferenceId
For credit card payments is the USN. For offline payment methods, is the reference to give to the cashier or to input into the ATM.
Declaration
public string PaymentMethodReferenceId { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalPaidAmount
Total amount paid by the buyer (includes fees)
Declaration
public decimal? TotalPaidAmount { get; set; }
Property Value
Type | Description |
---|---|
decimal? |
TransactionId
BACEN identifier for Pix
Declaration
public string TransactionId { get; set; }
Property Value
Type | Description |
---|---|
string |
VerificationCode
Verification Code
Declaration
public string VerificationCode { get; set; }
Property Value
Type | Description |
---|---|
string |