Flutterwave · Arazzo Workflow
Flutterwave Quote Fee Then Charge
Version 1.0.0
Retrieve the processing fee for an amount, create the customer, then charge and verify it.
View Spec
View on GitHub
PaymentsPayoutsMobile MoneyCardsAfricaFintechRemittanceVirtual AccountsChargebacksMulti-CurrencyArazzoWorkflows
Provider
Workflows
quote-fee-then-charge
Quote the fee for an amount, create a customer, and charge them with verification.
Retrieves the fee for the amount and method, creates the customer, initiates the charge, then branches on the verified charge status.
1
quoteFee
getFees
Retrieve the processing fee for the amount, currency, and method.
2
createCustomer
createCustomer
Create the customer that will own the charge.
3
createCharge
createCharge
Initiate the charge against the created customer.
4
verifyCharge
getCharge
Retrieve the charge to confirm its final status.
Source API Descriptions
openapi