The Handle Amendment endpoint directs Bold Checkout to recalculate the outstanding balance of the order compared to what was authorized in the Pre-Process Order endpoint and attempt to add an additional payment if required.
9 posts tagged with "Checkout Frontend"
View All Tags2023-03-07 — Line item Properties for Gift Cards
Adds the description of how to include orders with gift cards to: Initialize Order, Create Order and Add List Item endpoints. Also allows the gift card properties to be shown in the application state returned from most Checkout Frontend and Backend endpoints
2023-01-09 — Add is_processed to application_state object
The application_state
now contains a field called is_processed
. This field indicates whether the order has been processed.
2022-12-23 — Add source attribute to discounts in Checkout
Adds new property source
in discount
objects in the Checkout Frontend API to identify the source of the discount code.
2022-12-14 — Add flow_id to application state
Adds the flow_id
field to the application state returned from most Checkout Frontend and Backend endpoints.
2022-11-14 — Add Checkout Order ID to application state
Adds Bold Checkout's order_id
to the application state.
2022-08-02 — Add fees to application_state object
Fees are now included in the application_state
. Add fees can be added to orders by using the add_fee plugin action.
2022-07-29 — Add Remove Gift Card Payment Endpoint
The Remove Gift Card Payment endpoint removes a gift card payment from an order.
2022-07-14 — Add Pre-Process Order endpoint
The Pre-Process Order endpoint allows Bold Checkout to complete full order validation and payment authorization, without actually processing the order.