Ramp · Arazzo Workflow
Ramp Flag Large Transaction
Version 1.0.0
List transactions in a window and branch on whether the first one exceeds a threshold.
View Spec
View on GitHub
FinanceSpend ManagementCorporate CardsExpense ManagementAccounts PayableBill PayAccountingReimbursementsArazzoWorkflows
Provider
Workflows
flag-large-transaction
Branch into a transaction detail lookup only when the first transaction exceeds a threshold.
Lists transactions in a date window and conditionally retrieves the full record of the first transaction when its amount is above the threshold.
1
listTransactions
listTransactions
List transactions for the date window and capture the first transaction's id and amount for the threshold comparison.
2
getLargeTransaction
getTransaction
Retrieve the full record of the first transaction because its amount exceeded the supplied threshold.