Payment 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
Date String |
This is the time/date stamp of payment. | ||||||||||||||||||||
ExchangeRate String |
Exchange rate if a currency conversion occurred. Relevant only if you are billing in their non-primary currency. If the customer chooses to pay with a currency other than the non-primary currency, the conversion occurs in the customer's account. | ||||||||||||||||||||
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. | ||||||||||||||||||||
PendingReason String |
The reason the payment is pending. The current list of possible return values for this property are:
| ||||||||||||||||||||
SettleAmount String |
Amount deposited in your PayPal account after a currency conversion. If there is no currency conversion, this property will remain empty. | ||||||||||||||||||||
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. | ||||||||||||||||||||
TaxAmount String |
Tax charged on the transaction. | ||||||||||||||||||||
TransactionId String |
Unique transaction ID of the payment. | ||||||||||||||||||||
TransactionType String |
The type of transaction. Current list of return values: cart, express-checkout. |
Constructors
public Payment();