TransactionType Property
The type of transaction.
Syntax
[VB.NET] Public ReadOnlyProperty TransactionType As String
[C#] public string TransactionType {get;}
Remarks
Valid return values include:
cart | This payment was sent by your customer via the PayPal Shopping Cart feature. |
send_money | This payment was sent by your customer from the PayPal website, using the "Send Money" tab. |
web_accept | The payment was sent by your customer via Buy Now buttons, Donations, or Auction Smart Logos. |
express_checkout | This payment was sent using the ExpressCheckout component. |
merch_pmt | Website Payments Pro monthly billing fee. |
virtual_terminal | Transaction created with Virtual Terminal. |
subscr_failed | Subscription sign-up. |
subscr_cancel | Subscription cancellation. |
subscr_payment | Subscription payment failure. |
subscr_signup | Subscription payment. |
subscr_eot | Subscription's End of Term. |
subscr_modify | Subscription modification. |
new_case | A new Dispute has been registered (Dispute Notification). |
masspay | A payment sent using the MassPay component. |
This property will be filled after calling either the FillFormVars or VerifyIPN method.
The value of this property is parsed out of the Instant Payment Notification data that was posted by PayPal to your webserver. If you are passing the entire post data to FillFormVars, this will save you having to parse each form variable separately.
This property is read-only.
Default Value
""