Package DE_EPAGES::EasyDebit::API::RemoteEasyDebit
This package provides the easydebit request functions.
@EXPORT_OK |
Functions
CancelTransaction
excutes a cancel
Syntax |
CancelTransaction($PaymentLineItem); |
Input |
|
Return |
|
CaptureAmount
excutes a payment capture
Syntax |
CaptureAmount($PaymentLineItem, $Amount); |
Input |
|
Return |
|
CaptureBalance
excute a "buy" transaction to capture the remaining amount of an authorisation
Syntax |
CaptureBalance($PaymentLineItem); |
Input |
|
Return |
|
GetConfig
gets the current config for the payment method from easyDebit
Syntax |
GetConfig($PaymentMethod); |
Input |
|
Return |
|
RefundAmount
excutes a refund
Syntax |
RefundAmount($PaymentLineItem, $Amount); |
Input |
|
Return |
|