Flutterwave · Arazzo Workflow
Flutterwave Charge And Verify Status
Version 1.0.0
Initiate a charge then poll the charge object to confirm its final settled status.
View Spec
View on GitHub
PaymentsPayoutsMobile MoneyCardsAfricaFintechRemittanceVirtual AccountsChargebacksMulti-CurrencyArazzoWorkflows
Provider
Workflows
charge-and-verify-status
Create a customer, charge them, and verify the charge reached a final status.
Creates the customer that will own the charge, initiates the charge, then retrieves the charge object and branches on whether it succeeded, failed, or is still pending customer authentication.
1
createCustomer
createCustomer
Create the customer record that will own the charge.
2
createCharge
createCharge
Initiate a charge against the created customer.
3
verifyCharge
getCharge
Retrieve the charge to confirm its final processing status.