Hello,
I have been trying to develop an app to let people redeem a gift card so that we can use Tessitura Giftcards on non-tessitura things. The way we are doing it is using web/cart/{session id}/fees to add a fee to the cart and then we are using Web/Cart/{session id}/Payments/GiftCertificate to apply the gift certificate. The problem that I am having is I cannot find a way to check out the cart without using a Credit Card. I have been trying to use Web/Cart/{sessionKey}/Checkout but it requires a gift card. Is there some workaround so that I do not have to input a credit card and can just use the gift card for the cart?