Removes a payment from the cart
All payment types, except gift certificates, can be removed with this method.
This method will also reverse or void the associated web EMV authorization, if the cart has not been saved.
Http Verb |
DELETE |
Resource URL |
https://ts-stg-appgw.calacademy.org/TessituraService/Web/Cart/{sessionKey}/Payments/{paymentId} |
URI Parameters
Parameter Name |
Data Type |
Required |
Notes |
sessionKey
|
string
|
Y
|
|
paymentId
|
integer
|
Y
|
|
|
No response body.
Please check http status code header for success (200 OK) or failure.
It there are error(s), a collection of ErrorMessages will be returned.
No response body.
Please check http status code header for success (200 OK) or failure.
It there are error(s), a collection of ErrorMessages will be returned.
Change |
Version |
Description |
Contract |
Old |
New |
Parameter Changed |
15.0.0 |
sessionKey has been marked as required. |
|
|
Required |
Parameter Changed |
15.0.0 |
paymentId has been marked as required. |
|
|
Required |