Adds the External Payment Gateway endpoints to the Checkout Admin API. These endpoints allow developers to integrate payment gateways not supported by Bold in their store checkout.
47 posts tagged with "Non-Breaking"
View All Tags2023-05-23 — Add support for Adobe Commerce
Bold Checkout now supports users of both Adobe Commerce (formerly known as Magento 2) and Magento Open Source.
2023-05-18 — Add Remote State Authority API
Adds the Remote State Authority API. This API enables platform developers to fully control the state of orders during checkout by interfacing directly with the platform.
2023-05-10 — Modified Tax Zone Settings endpoints
The tax zone settings endpoints are now a sub-route of zones. Refer to Checkout Admin.
2023-05-09 — Add Warehouse Read, Update, and Delete endpoints
Adds support for reading, updating, and deleting warehouses using the Checkout Admin API. The warehouse routes are now sub-routes of the zone routes. The route for Create Warehouse has been modified to this effect.
2023-05-02 — Add Zone Read, Update, and Delete endpoints
Adds support for reading, updating, and deleting zones using the Checkout Admin API.
2023-05-01 — Price is optional when updating Subscription Line Items
When updating a Subscription Line Item, the price
field is now optional.
2023-04-21 — Add Platform Connector Sync endpoints
Adds 3 new endpoints to independently sync products, customers, and orders from a platform connector on behalf of a shop into Bold.
2023-04-21 — Add Tax Zone Settings endpoints
Adds support for configuring tax zone settings using the Checkout Admin API.
2023-04-21 — Gift Card Enhancements
Adds various features and improvements to Bold gift card functionality, including better formatting of data in Bold Checkout admin, support for setting gift card recipient data through the API, and a new endpoint to query for a gift card balance.
Refer to Manage Gift Cards for more information about gift cards.
2023-04-05 — Add List Selection Options endpoint
Adds the List Selection Options endpoint, which retrieves some or all selection options for the active subscription groups on a given store.
2023-04-04 — Add Zone and Warehouse endpoints
Zones (tax, shipping, and warehouse) and warehouses can be created using the Checkout Admin API.
2023-04-04 — Add endpoint to Create Order
Adds the Create Order endpoint.
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-09 — Add Event-Actor-Type header to webhook callbacks
Callbacks to webhooks registered using the Create Webhook Subscription endpoint now contain a header called Event-Actor-Type
. This header indicates the type of user that triggered the webhook event.
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-03-02 — Add new subscriptions webhook topic for line items added
A new webhook topic is now available for subscription line items added. Add this webhook via the Create Webhook Subscription endpoint.
2023-02-07 — Add address deleted_at
The subscriptions shipping_address
and billing_address
objects now contain a field called deleted_at
.
2023-02-01 — Add subscription order_count
The subscription
now contains a field called order_count
. This field gives the current count of orders created for a subscription.
2023-01-20 — Add shipping_code field
The code of shipping method for the order. Each store defines its own shipping codes.
2023-01-17 — Add endpoint for creating subscription line items
Adds the Create Line Items endpoint.
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-12-02 — Add new Verification endpoint to Platform Connector API
Adds a new Verification endpoint to the Platform Connector API Specification.
2022-12-02 — Add new Platform Connector API for configuration
Adds the Platform Connector: Integration Configurations API. This API enables Platform Connector developers to register their connector's destinations via API.
2022-12-02 — Add endpoint to Cancel Order
Adds the Cancel Order endpoint.
2022-11-14 — Add Checkout Order ID to application state
Adds Bold Checkout's order_id
to the application state.
2022-11-10 — Add endpoints for API overrides
Adds a series of endpoints to create, update, and delete API overrides.
2022-10-31 — Add endpoint for updating prepaid metadata
Adds the Update Line Item Prepaid Metadata endpoint.
2022-10-25 — Add endpoint for creating line item attributes
Adds the Create Line Item Attributes endpoint.
2022-10-19 — Add plugin_event_failed code to Subscriptions last_failure_code
Adds a plugin_event_failed
failure code to the possible list of last failure codes in the Subscription entity of the Subscriptions API.
2022-10-18 — Add endpoint for prepaid subscriptions
Adds the Create Line Item Prepaid Metadata endpoint to the Subscriptions API. This allows API users to convert subscriptions to prepaid.
2022-10-17 — Remove placed_at attribute from Create Order request
Removes the placed_at
attribute from the Platform Connector: Create Order request body.
2022-10-13 — Add address_use to Platform Connector customer endpoints
Adds the address_use
field to address objects in the Platform Connector customer endpoints. This field denotes whether an address is for "shipping" or "billing".
2022-09-29 — Add User-Agent header to Platform Connector endpoints
Adds the User-Agent
header, which is sent with all Platform Connector API calls from Bold.
2022-09-27 — Add email query param to List Customer endpoint
Adds an optional email query parameter to the List Customers endpoint to filter the results based on that email.
2022-09-23 — Add platform_id to order payment transaction request
Adds an optional platform_id to the transaction schema in the Platform Connector: Orders API
2022-09-16 — Add additional failure codes to Subscription entity
Adds a few new failure codes to the Subscription entity of the Subscriptions API
2022-09-13 — Add last_failure fields to Subscription entity
Adds three optional fields to the Subscription entity of the Subscriptions API
2022-09-01 — Discount code support for Create Subscription endpoint
Adds support for the subscription.discount_code
field in the payload of the Create Subscription endpoint of the Subscriptions API.
2022-09-01 — Add placed_at to Subscription
Adds a new placed_at
field to the Subscription entity of the Subscriptions API.
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-21 — Subscription order note
Add an order_note
field to the Subscriptions object. This feature ensures that the customer order note added at the time of the initial order is carried through to recurring orders and that it can be updated via the API.
This field is supported on stores using Shopify Checkout only.
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.
2022-07-11 — Add cart_customer_id field
Add the cart_customer_id
field to the response body of the Initialize Order endpoint.