| Line 153... |
Line 153... |
| 153 |
If either the authorization failed or the capture attempt failed, the payment is marked as failed.
|
153 |
If either the authorization failed or the capture attempt failed, the payment is marked as failed.
|
| 154 |
*/
|
154 |
*/
|
| 155 |
Payment updateAndCaptureEbsPayment(1:map<string, string> paymentParams) throws (1:PaymentException pe),
|
155 |
Payment updateAndCaptureEbsPayment(1:map<string, string> paymentParams) throws (1:PaymentException pe),
|
| 156 |
|
156 |
|
| 157 |
/**
|
157 |
/**
|
| - |
|
158 |
Captures an already authorized EBS Payment and returns a map containing the details of the captured transaction
|
| - |
|
159 |
*/
|
| - |
|
160 |
map<string, string> captureEbsPayment(1:i64 merchantPaymentId) throws (1:PaymentException pe),
|
| - |
|
161 |
|
| - |
|
162 |
/**
|
| 158 |
Captures an already authorized Hdfc Payment and returns a map containing the details of the capture transaction
|
163 |
Captures an already authorized Hdfc Payment and returns a map containing the details of the captured transaction
|
| 159 |
*/
|
164 |
*/
|
| 160 |
map<string, string> captureHdfcPayment(1:i64 merchantPaymentId) throws (1:PaymentException pe),
|
165 |
map<string, string> captureHdfcPayment(1:i64 merchantPaymentId) throws (1:PaymentException pe),
|
| 161 |
|
166 |
|
| 162 |
/**
|
167 |
/**
|
| 163 |
Initialize the payment pipe for a HDFC payment. The URL the user should be redirected to is returned.
|
168 |
Initialize the payment pipe for a HDFC payment. The URL the user should be redirected to is returned.
|