Block · Arazzo Workflow
Block Square Customer Payment Audit
Version 1.0.0
Pull a customer roster, list payments for a location, and detail the latest one.
View Spec
View on GitHub
CommerceCryptocurrencyeCommerceFintechPaymentsPoint Of SaleSquareArazzoWorkflows
Provider
Workflows
customer-payment-audit
List customers, list payments, then detail the most recent payment.
Lists customer profiles for context, lists recent payments for a location, and branches on whether payments exist — retrieving the most recent payment in full when one is present.
1
listCustomers
list-customers
List customer profiles to establish the audit roster.
2
listPayments
list-payments
List recent payments for the location and branch on whether any exist.
3
getPayment
get-payment
Retrieve the most recent payment by id for the audit record.