Cellulant · Arazzo Workflow
Cellulant Check Balance and Payout
Version 1.0.0
Read the float balance, then disburse a payout only when the platform authenticated the balance query.
View Spec
View on GitHub
PaymentsMobile MoneyCheckoutPayoutsDisbursementAfricaPan-AfricanFintechBank TransferCardsAirtimeBill PaymentSMSOTPTinggArazzoWorkflows
Provider
Workflows
check-balance-and-payout
Read the float balance and disburse a payout when the balance query authenticates.
Reads the float balance with BEEP.getBalance and, when the query authenticates, posts the payout with BEEP.postPayment.
1
getBalance
postPayment
Read the float balance with function BEEP.getBalance. Branch to the payout only when the platform authenticated the query (authStatusCode 131).
2
postPayout
postPayment
Disburse the payout with function BEEP.postPayment once the balance query authenticated.