Subversion Repositories SmartDukaan

Rev

Rev 3583 | Rev 3709 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3583 Rev 3616
Line 167... Line 167...
167
	In case of any processing error, an exception is raised.
167
	In case of any processing error, an exception is raised.
168
	*/
168
	*/
169
	string initializeHdfcPayment(1:i64 merchantPaymentId) throws (1:PaymentException pe),
169
	string initializeHdfcPayment(1:i64 merchantPaymentId) throws (1:PaymentException pe),
170
	
170
	
171
	/**
171
	/**
-
 
172
	Initialize the payment pipe for a HDFC EMI payment. The URL the user should be redirected to is returned.
-
 
173
	In case of any processing error, an exception is raised.
-
 
174
	*/
-
 
175
	string initializeHdfcEmiPayment(1:i64 merchantPaymentId) throws (1:PaymentException pe),
-
 
176
	
-
 
177
	/**
172
	Create a refund of the given amount corresponding to the given order to be processed through the same
178
	Create a refund of the given amount corresponding to the given order to be processed through the same
173
	payment gateway which processed the payment for the corresponding transaction.
179
	payment gateway which processed the payment for the corresponding transaction.
174
	Returns the id of the newly created Refund.
180
	Returns the id of the newly created Refund.
175
	*/	
181
	*/	
176
	i64 createRefund(1:i64 orderId, 2:i64 merchantTxnId, 3:double amount) throws (1:PaymentException pe),
182
	i64 createRefund(1:i64 orderId, 2:i64 merchantTxnId, 3:double amount) throws (1:PaymentException pe),