Flutterwave · Arazzo Workflow
Flutterwave Tokenized Recurring Charge
Version 1.0.0
Tokenize a payment method, charge it for a customer, then verify the recurring charge status.
View Spec
View on GitHub
PaymentsPayoutsMobile MoneyCardsAfricaFintechRemittanceVirtual AccountsChargebacksMulti-CurrencyArazzoWorkflows
Provider
Workflows
tokenized-recurring-charge
Tokenize a payment method and run a recurring charge against it with verification.
Creates a customer, registers a reusable payment method, charges the saved method, then branches on whether the recurring charge succeeded or failed.
1
createCustomer
createCustomer
Create the customer that the saved payment method belongs to.
2
tokenizePaymentMethod
createPaymentMethod
Register a reusable payment method that can be charged on each cycle.
3
chargeSavedMethod
createCharge
Charge the saved payment method for the recurring amount.
4
verifyCharge
getCharge
Retrieve the recurring charge to confirm its final status.