Paystack · Arazzo Workflow
Paystack Check Authorization and Partial Debit
Version 1.0.0
Check that an authorization can bear a charge, then take a partial debit against it for whatever is available.
View Spec
View on GitHub
PaymentsAfricaFintechRecurring BillingMarketplacesPayoutsMobile MoneyStripeArazzoWorkflows
Provider
Workflows
check-authorization-and-partial-debit
Confirm chargeability, then partially debit an authorization.
Checks the authorization for the desired amount and branches; when chargeable it takes a partial debit with an at_least floor.
1
checkAuthorization
transaction_checkAuthorization
Check whether the authorization can bear the desired charge amount.
2
partialDebit
transaction_partialDebit
Take a partial debit against the authorization with a minimum floor.