Adds several endpoints to support wallet pay in the Checkout Frontend API. These endpoints enable Bold to communicate with the wallet pay provider in order to properly create and capture orders.
17 posts tagged with "Checkout Frontend"
View All Tags2023-11-22 — Create orders in specified payment gateways
Create Payment Gateway Order allows merchants to directly create an order on a payment gateway.
2023-11-21 — Add wallet_pay_type field
The Checkout Frontend API now includes wallet_pay_type
in payment objects to indicate if the payment was created by a wallet/express payment provider.
2023-09-22 — Add plugin action set_display_currency
You can now use a plugin action to set the displayed currency and/or exchange rate on the order. These values are added to the order's application state.
Bold Checkout does NOT use these values to update the order_total
or currency
in the application state. The frontend is responsible for using these values to calculate the display the correct price to the shopper.
For more information please see the set_display_currency plugin action.
2023-09-08 — Add Batch Process endpoint
Adds batch processing support for select Checkout Frontend endpoints.
2023-08-22 — Add new plugin event payments_preauthorized
During the checkout process, the plugin event payments_preauthorized
can now be sent to plugins after the payment preauthorization step.
2023-08-17 — Add localization for names and descriptions of product data
For products configured on the platform in multiple languages, product data now includes localization data in those languages for use by API consumers.
2023-08-08 — Improve enforcement of tax calculations
Taxes must be calculated on an order before the order is processed. Bold Checkout added internal validation to strongly enforce this requirement.
2023-03-27 — Add Handle Amendment endpoint
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.
2023-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.