The following operations are available for this resource.
| Http Verb | Operation | ||
|---|---|---|---|
| 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. |
|||
| 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. |
|||
| POST | Method: ConfirmPayByLink, URL: PaymentGateway/Authorization/Link/{paymentId}/Confirm | Test | |
|
NOTE: THIS IS FOR TESSITURA USE ONLY. Custom implementations of this endpoint are not supported. |
|||
| 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. |
|||
| POST | Method: Link, URL: PaymentGateway/Authorization/Link | Test | |
|
NOTE: THIS IS FOR TESSITURA USE ONLY. Custom implementations of this endpoint are not supported. |
|||
| POST | Method: Reverse, URL: PaymentGateway/Authorization/{referenceNumber}/Reverse | Test | |
|
Reverse a payment authorization using its reference number. |
|||
| PUT | Method: ExpirePayByLink, URL: PaymentGateway/Authorization/Link/{paymentId} | Test | |
|
NOTE: THIS IS FOR TESSITURA USE ONLY. Custom implementations of this endpoint are not supported. |
|||