Topic

Digital Payments
Troubleshoot digital payments and transfers with a disciplined approach covering rails, OTP and authentication, card declines, wallet errors, and settlement timing. Work methodically and preserve evidence for escalation.

Establish Context
1
- Identify payment rail: card (debit/credit), bank transfer, USSD, wallet, or gateway. Different rails fail for different reasons.
- Capture timestamps, merchant name, reference IDs, and device/app used. Consistent records enable banks and processors to trace transactions.

Authentication and OTP
2
- Ensure your phone has signal and can receive OTP or push approvals. Delayed OTP often expires mid‑flow.
- Disable VPN if it triggers risk engines or geo‑blocks. Some gateways distrust anonymized IP ranges.
- Verify 3‑D Secure enrollment for cards where required. Mismatched enrollment leads to repeated authentication prompts and declines.

Card and Wallet Failures
3
- For card declines, note the decline code or message. Distinguish insufficient funds from risk‑based declines.
- Check card status, spend limits, and online usage toggles in your banking app. Re‑enable online or foreign transactions when needed.
- For wallets, clear app cache, reauthenticate, and confirm KYC status. Incomplete KYC blocks certain transaction types.

Settlement and Posting
4
- Understand that successful authorizations may still post later. Settlement delays vary by processor and bank.
- If a debit appears without value delivered, preserve receipts and screenshots. Contact the merchant and your bank concurrently.

Nigeria‑Specific
5
- Monitor bank service announcements during peak periods. Rails may degrade temporarily under national volume spikes.
- Confirm dollar or foreign payments require appropriate card toggles and limits. Some banks gate FX transactions tightly.
Checklist
Work through these steps in order.
- Identify rail and capture references.
- Verify OTP and 3‑D Secure.
- Check card/wallet status.
- Escalate with receipts and timestamps.