PayPal Integrator V5 - Online Help
PayPal Integrator V5
Questions / Feedback?

IPNPayment Type

This type describes the payment that has been processed with PayPal.

Remarks

The type is readonly and will be populated after a response from the server that contains payment information.

Fields

Currency
String

Currency in which the FeeAmount is returned.

Date
String

This is the time/date stamp of payment.

FeeAmount
String

PayPal fee amount charged for the transaction.

GrossAmount
String

The final amount charged.

This includes any shipping and taxes from your Merchant Profile.

PaymentType
String

Indicates whether the payment is instant or delayed.

Current list of return values: none, echeck, instant.

Status
String

Status of the payment.

The current list of possible values for this property are:

ResponseDescription
NoneNo status.
Canceled-ReversalA reversal has been canceled.
CompletedThe payment has been completed and the funds have been added successfully to your account balance.
DeniedYou denied the payment.
FailedThe payment has failed.
PendingThe payment is pending.
RefundedYou refunded the payment.
ReversedA payment was reversed due to a chargeback or other type of reversal. The funds have been removed from your account balance and returned to the buyer.
ProcessedA payment has been accepted.

Note: When the returned value of this property is...

- "Canceled-Reversal": it means that a reversal has been canceled. For example, you won a dispute with the customer, and the funds for the transaction that was reversed have been returned to you.

- "Denied": this happens only if the payment was previously pending because of possible reasons described for the PendingReason element.

- "Failed": this happens only if the payment was made from your customer's bank account.

- "Pending": see the PendingReason field for more information.

Constructors

[VB.NET]
Public IPNPayment()

[C#]
public IPNPayment();



 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0