Paystack · Arazzo Workflow
Paystack Blacklist a Customer After a Dispute
Version 1.0.0
List the disputes raised against a transaction, fetch the customer, then blacklist them and deactivate the card authorization.
View Spec
View on GitHub
PaymentsAfricaFintechRecurring BillingMarketplacesPayoutsMobile MoneyStripeArazzoWorkflows
Provider
Workflows
blacklist-customer-after-dispute
Investigate a disputed transaction and block the customer and card.
Lists transaction disputes, fetches the customer, blacklists them, and deactivates the card authorization.
1
listTransactionDisputes
dispute_transaction
List the disputes raised against the flagged transaction.
2
fetchCustomer
customer_fetch
Fetch the customer to confirm their code before taking action.
3
blacklistCustomer
customer_riskAction
Blacklist the customer by setting a deny risk action.
4
deactivateAuthorization
customer_deactivateAuthorization
Deactivate the offending card authorization so it cannot be charged.
Source API Descriptions
openapi