SAP BRIM (Billing and Revenue Innovation Management) · Arazzo Workflow
SAP BRIM Top Up and Charge a Prepaid Account
Version 1.0.0
Read a prepaid balance, top it up, execute a charge, and confirm the new balance.
View Spec
View on GitHub
BillingEnterpriseOrder to CashRevenue ManagementSAPSubscription ManagementUsage-Based PricingArazzoWorkflows
Provider
Workflows
prepaid-topup-and-charge
Top up a prepaid balance and execute a charge against it.
Reads the current balance, tops up the prepaid account, charges it, and reads the balance again to confirm the charge was applied.
1
getInitialBalance
getAccountBalance
Read the current balance information for the prepaid account.
2
topUp
topUpBalance
Add funds to the prepaid account balance.
3
charge
chargeAccount
Execute a prepaid charge against the funded account.
4
getFinalBalance
getAccountBalance
Read the balance back to confirm the charge was deducted.