Endpoint : Signature Capture
This transaction is used to trigger a signature capture operation. After the terminal used has signed on the terminal, the base64 encoded signature will be returned.
Request
Response
Related Articles
Endpoint : Completion
Completion This transaction is used to capture the final amount of a Credit Card Pre-Auth for deposit. Request Field Mandatory? CompanyNumber Y MerchantNumber Y CustomerNumber Y Amount Y InvoiceNumber Y OriginalInvoiceNumber Y ...
Endpoint : Preauthorization
Preauthorization This transaction is used for pre-authorization only. To capture the final amount for electronic deposit, a Credit Card Pre-Auth Completion (/completion) must be used. Request Field Mandatory? CompanyNumber Y MerchantNumber Y ...
Endpoint : Void
Void Cancelling a previous transaction in a batch that has not been settled Use this transaction to void or cancel a previously captured transaction that has not been included in a Bank Deposit. It is used for cancelling a credit card purchase, ...
Endpoint : Preauthorization with Token
Preauthorization with Token This transaction is used for pre-authorization only using a previously created Token. To capture the final amount for electronic deposit, a Credit Card Pre-Auth Completion (/completion) must be used. Request Field ...
API Specifications
Overview To communicate with the Payment API you should submit HTTP POST requests to the corresponding endpoints. There are differ endpoints for Test and Production. The API uses FORM parameters (key-value parameters passed in an HTTP POST URL) for ...