Block · Arazzo Workflow
Block Square Customer Order Then Pay
Version 1.0.0
Create an order, branch on its state, and only take payment when it is OPEN.
View Spec
View on GitHub
CommerceCryptocurrencyeCommerceFintechPaymentsPoint Of SaleSquareArazzoWorkflows
Provider
Workflows
customer-order-then-pay
Create an order, then take payment only if the order is OPEN.
Opens an order at the location with the supplied line items and branches on its state, charging the supplied source for the supplied amount only when the order is OPEN.
1
createOrder
create-order
Open an order with the supplied line items and branch on its state.
2
createPayment
create-payment
Charge the supplied source for the amount at the location.