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

Refund Method

Request refunding for a payment.

Syntax

[VB.NET]
Public Sub Refund(ByVal TransactionId As String)
[C#]
public void Refund(string transactionId);

Remarks

This method is used to refund a customer either the full amount, or part of the full amount which was previously paid to the merchant (you). The TransactionId parameter indicates the transaction to be refunded. If RefundType is set to rtPartial, you must also set the Amount of the refund.

After calling this method, the Ack property will indicate success or failure.

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