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:
- "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
public IPNPayment();