Method | Description | |
---|---|---|
Capture ( decimal amount ) : |
Captures an authorization. Optionally specify an amount to do a partial capture of the initial authorization. The default is to capture the full amount of the authorization. If amount is not specefied Capture(string=null) method will be used. |
|
Capture ( string amount = null ) : |
Captures an authorization. Optionally specify an amount to do a partial capture of the initial authorization. The default is to capture the full amount of the authorization.
|
|
Credit ( string amount = null ) : |
Create a credit or refund against the original transaction. Optionally accepts an amount to credit, the default is to credit the full value of the original amount.
|
|
Execute ( |
||
Find ( string purchaseReferenceId ) : |
Fetches a transaction.
|
|
Reverse ( string amount = null ) : |
Create a credit or refund against the original transaction. Optionally accepts an amount to credit, the default is to credit the full value of the original amount.
|
|
Success ( ) : bool | ||
Void ( ) : |
Voids this transaction. If the transaction has not yet been captured and settled it can be voided to prevent any funds from transferring.
|
Method | Description | |
---|---|---|
ProcessResponseErrors ( ) : void |
public Capture ( decimal amount ) : |
||
amount | decimal | Amount of partial capture, specify only if needed. |
return |
public Capture ( string amount = null ) : |
||
amount | string | Amount of partial capture, specify only if needed. |
return |
public Credit ( string amount = null ) : |
||
amount | string | Amount of partial credit, specify only if needed. |
return |
public static Execute ( |
||
request | ||
return |
public static Find ( string purchaseReferenceId ) : |
||
purchaseReferenceId | string | Transaction reference id. |
return |
public Reverse ( string amount = null ) : |
||
amount | string | Amount of partial reverse, specify only if needed. |
return |