Paystack · Arazzo Workflow
Paystack Create Charge and Submit PIN
Version 1.0.0
Create a direct card charge, branch when a PIN is required, submit the PIN, then check the final charge status.
View Spec
View on GitHub
PaymentsAfricaFintechRecurring BillingMarketplacesPayoutsMobile MoneyStripeArazzoWorkflows
Provider
Workflows
charge-and-submit-pin
Charge a card, satisfy a PIN challenge, then read the final status.
Creates a charge, branches on whether a PIN is required, submits the PIN, and checks the pending charge.
1
createCharge
charge_create
Create a direct charge against the card authorization, sending the PIN inline.
2
submitPin
charge_submitPin
Submit the customer's PIN against the ongoing charge reference.
3
checkCharge
charge_check
Check the pending charge to read its final status.