| Line 201... |
Line 201... |
| 201 |
*/
|
201 |
*/
|
| 202 |
string initializeHdfcPayment(1:i64 merchantPaymentId) throws (1:PaymentException pe),
|
202 |
string initializeHdfcPayment(1:i64 merchantPaymentId) throws (1:PaymentException pe),
|
| 203 |
|
203 |
|
| 204 |
/**
|
204 |
/**
|
| 205 |
Initialize the payment pipe for a HDFC payment in case of a digital order. The URL the user should be redirected to is returned.
|
205 |
Initialize the payment pipe for a HDFC payment in case of a digital order. The URL the user should be redirected to is returned.
|
| 206 |
In case of any processing error, an exception is raised.
|
206 |
In case of any processing error, an exception is raised. The phone is a madatory field and is required in case of dth payments.
|
| 207 |
*/
|
207 |
*/
|
| 208 |
string doHdfcPaymentForDigitalOrder(1:i64 merchantPaymentId, 2:i64 rechargeOrderId) throws (1:PaymentException pe),
|
208 |
string doHdfcPaymentForDigitalOrder(1:i64 merchantPaymentId, 2:i64 rechargeOrderId, string phone) throws (1:PaymentException pe),
|
| 209 |
|
209 |
|
| 210 |
/**
|
210 |
/**
|
| 211 |
Initialize the payment pipe for a HDFC EMI payment. The URL the user should be redirected to is returned.
|
211 |
Initialize the payment pipe for a HDFC EMI payment. The URL the user should be redirected to is returned.
|
| 212 |
In case of any processing error, an exception is raised.
|
212 |
In case of any processing error, an exception is raised.
|
| 213 |
*/
|
213 |
*/
|