Authorization

The following operations are available for this resource.

Http Verb Operation
Authorize PaymentGateway/Authorization/Authorize Authorize a payment using a manually keyed, swiped or encrypted card data, including payments made using the Tessitura Merchant Services Payment Component.
POST Method: Authorize, URL: PaymentGateway/Authorization/Authorize Test

Authorize a payment using a manually keyed, swiped or encrypted card data, including payments made using the Tessitura Merchant Services Payment Component.

Confirm PaymentGateway/Authorization/{referenceNumber}/Confirm Confirm an authorization using its reference number. For all gateways, this results in a confirm transaction being written to T_PAYMENT_GATEWAY_ACTIVITY. For EPay gateway, the confirm endpoint also sends a capture transaction.
POST Method: Confirm, URL: PaymentGateway/Authorization/{referenceNumber}/Confirm Test

Confirm an authorization using its reference number. For all gateways, this results in a confirm transaction being written to T_PAYMENT_GATEWAY_ACTIVITY. For EPay gateway, the confirm endpoint also sends a capture transaction.

ConfirmPayByLink PaymentGateway/Authorization/Link/{paymentId}/Confirm NOTE: THIS IS FOR TESSITURA USE ONLY. Custom implementations of this endpoint are not supported. Check to see if a Pay by Link has been authorized. For Tessitura Merchant Services only.

NOTE: THIS IS FOR TESSITURA USE ONLY. Custom implementations of this endpoint are not supported.

Finalize PaymentGateway/Authorization/Finalize Finalize an authorization. For use with Tessitura Merchant Services only. Finalizes a payment authorization derived from the Authorize request.
POST Method: Finalize, URL: PaymentGateway/Authorization/Finalize Test

Finalize an authorization. For use with Tessitura Merchant Services only. Finalizes a payment authorization derived from the Authorize request.

Link PaymentGateway/Authorization/Link NOTE: THIS IS FOR TESSITURA USE ONLY. Custom implementations of this endpoint are not supported. Create a payment link to a hosted payment form where shoppers can pay. For Tessitura Merchant Services only.

NOTE: THIS IS FOR TESSITURA USE ONLY. Custom implementations of this endpoint are not supported.

Reverse PaymentGateway/Authorization/{referenceNumber}/Reverse Reverse a payment authorization using its reference number.
POST Method: Reverse, URL: PaymentGateway/Authorization/{referenceNumber}/Reverse Test

Reverse a payment authorization using its reference number.

ExpirePayByLink PaymentGateway/Authorization/Link/{paymentId} NOTE: THIS IS FOR TESSITURA USE ONLY. Custom implementations of this endpoint are not supported. Expire a payment link which has yet to be authorized or already expired. For Tessitura Merchant Services only.

NOTE: THIS IS FOR TESSITURA USE ONLY. Custom implementations of this endpoint are not supported.