B2B Edition payment method support documentation
The B2B Edition Payments API overview now documents which payment methods B2B Edition supports and why some payment providers don’t sync reliably.
- Sync mechanism explained: B2B Edition syncs its available payment methods from BigCommerce’s Get All Payment Methods endpoint, which only returns gateways with checkout module representation.
- Supported and unsupported gateway tables: added reference tables listing which gateways have checkout module representation (and are therefore supported by B2B Edition) and which are BigPay-only integrations that aren’t returned by the sync endpoint.
- Troubleshooting guidance: added guidance for when a configured payment method doesn’t appear in, or disappears from, Company payment settings.
For details, see Payments.
Featured promotion callouts in Promotions API and Stencil context
The Promotions API now supports featured promotion callouts, letting you highlight promotions on storefront product pages with a short customer-facing message.
is_featured_promotion— new boolean field on automatic promotions that marks a promotion as featured. Featured promotions evaluate at the highest priority within their category. A store can have a maximum of 5 featured promotions.featured_promotion_callout_message— a short message (up to 80 characters) displayed alongside targeted products on the storefront.promotion_category— read-only field indicating whether a promotion is categorized ascartorshipping, based on its discount type.is_featuredquery parameter — filter the Get Promotions endpoint by featured status.- Stencil
featured_promotionscontext — a newfeatured_promotionsarray on the Product object provides the promotion ID, callout text, priority, and category for rendering featured promotion badges on product detail pages, category listings, brand pages, and search results.
For details, see Get Promotions and Stencil object schemas.