2022-07-29 — Add Remove Gift Card Payment Endpoint
The Remove Gift Card Payment endpoint removes a gift card payment from an order.
Gift card payments do not have a gateway_public_id
nor a token
by which they can be identified and removed. This new endpoint allows a gift card to be removed by its id
, which can be found in the application state payments array, after a gift card payment has been added to the order. See Get Application State for the payments array schema.