Interswitch · Arazzo Workflow
Interswitch Web Checkout And Confirm
Version 1.0.0
Initiate a hosted Web Redirect payment, then server-side requery to confirm before delivering value.
View Spec
View on GitHub
PaymentsPayment InfrastructureCard NetworkVerveQuicktellerWebpayBills PaymentTransfersLendingFintechAfricaNigeriaArazzoWorkflows
Provider
Workflows
checkout-and-confirm
Initiate a hosted payment and confirm it server-side before delivering value.
Posts the checkout form to start a hosted payment, then requeries the transaction status and branches on the approved (00) response code.
1
initiatePayment
initiateWebRedirectPayment
Post the checkout form to redirect the customer to the Interswitch hosted payment page. A 302 redirect is the documented success response.
2
confirmTransaction
getTransactionStatus
Authoritative server-side requery. Branches on ResponseCode: 00 means the transaction is approved and value may be released.