Commerce Layer · Arazzo Workflow
Commerce Layer Add Payment Method and Place Order
Version 1.0.0
Attach a payment method to an order and then transition the order to placed.
View Spec
View on GitHub
Headless CommerceComposable CommerceAPI-FirstEcommerceJSON:APIOAuth 2.0Multi-MarketMulti-CurrencyB2CB2BSubscriptionsPromotionsInventoryOrder ManagementCheckoutArazzoWorkflows
Provider
Workflows
order-add-payment-method-place
Attach a payment method to an order and place it.
Updates the order with a payment method relationship, then patches the order again with the documented _place transition flag to submit it.
1
attachPaymentMethod
PATCH/orders/orderId
Associate the payment method with the order.
2
placeOrder
PATCH/orders/orderId
Toggle the documented _place transition flag to submit the order.