Interswitch · Arazzo Workflow
Interswitch Lending Enroll Payment Method
Version 1.0.0
Generate a lending payment token, confirm it with an OTP, then debit a loan repayment with it.
View Spec
View on GitHub
PaymentsPayment InfrastructureCard NetworkVerveQuicktellerWebpayBills PaymentTransfersLendingFintechAfricaNigeriaArazzoWorkflows
Provider
Workflows
enroll-and-debit-repayment
Tokenize a repayment card, confirm OTP, and debit a loan repayment.
Generates a lending payment token, validates the OTP to obtain a confirmed payment method, and debits a repayment against the loan.
1
generateToken
generateLendingPaymentToken
Generate a payment token from the borrower's card. Returns a pendingToken and an OTP challenge flag.
2
validateOtp
validateLendingPaymentTokenOtp
Validate the OTP to confirm the token and obtain a reusable payment method.
3
debitRepayment
debitLoanRepayment
Debit a loan repayment using the confirmed payment method.