Payment Methods, Rails and Channels Explained
Method, rail and channel are three words that often get used interchangeably, but they describe different layers of a payment. The method is what the customer chooses, the rail is the interbank infrastructure the money travels on, and the channel is where the payment is accepted.
Separating the three layers makes payment conversations much clearer — especially when choosing which payment methods to offer, or when diagnosing why one payment arrives instantly and another takes a banking day.
What is a payment method?
A payment method is the customer-facing way of paying. Common methods in South Africa include:
- Debit, credit and prepaid cards, including digital wallets such as Apple Pay and Google Pay
- Debit orders — both EFT debit orders and DebiCheck
- Manual EFT (the customer pays from their own banking app using your reference)
- PayShap, including pay-by-proxy using a ShapID
- Instant EFT and other bank-login or open banking methods
- Cash and retail vouchers
Choosing which methods to offer is covered in How to choose payment methods.
What is a payment rail?
A payment rail is the underlying interbank system that clears and settles the money. South African rails include:
| Rail | Type | Speed | Typical use |
|---|---|---|---|
| EFT credit | Push, batch | Same or next banking day | Salaries, supplier payments, manual EFT |
| EFT debit order | Pull, batch | Processed on the action date | Recurring collections |
| DebiCheck | Pull, batch with authenticated mandates | Processed on the action date | Recurring collections with bank-confirmed mandates |
| Real-time clearing (RTC) | Push, real time | Minutes | Urgent once-off transfers |
| PayShap | Push, real time | Seconds, every day | Instant low-value payments |
| Card networks | Pull (authorised per transaction) | Real-time authorisation, later settlement | Card and wallet payments |
| SAMOS (RTGS) | Push, real time gross | Immediate and final | High-value interbank settlement |
Most retail rails are operated by BankservAfrica and settle through the South African Reserve Bank — see What Is the South African National Payment System?.
What is a payment channel?
A channel is where and how the payment is accepted:
- Online checkout — hosted payment pages, embedded forms or API integrations on your website or app.
- Payment links — a URL sent by email, SMS or WhatsApp that opens a payment page, useful for invoicing and remote sales. See Payment links.
- In person — card terminals, SoftPOS on a phone, or QR codes at the till.
- Batch or API submission — how businesses submit debit order collections and payouts, without the payer being present at all.
How do the three layers fit together?
One method can run over different rails, and one rail can serve many methods. Examples:
- A customer paying "by bank transfer" might use a standard EFT, RTC or PayShap — the same action for the customer, three different rails with different speeds and cut-offs.
- A card can be used in person, online or saved for recurring billing — one method, one rail, three channels.
- A debit order collected via Kwik uses the pull rails (EFT debit order or DebiCheck) and reaches the payer through no channel at all on collection day, because the mandate authorised the collection in advance.
When you evaluate a payment option, ask three questions: what does the customer experience (method), how fast and final is the money (rail), and where does the transaction happen (channel)? The rail usually determines cut-off times, value dates and failure behaviour, which is why the same "payment" can behave very differently — see Cut-Off Times and Value Dates.
Related topics
Payment Participants
Meet the parties involved in every payment, including payers, merchants, issuing banks, acquiring banks, payment providers, PASA and BankservAfrica.
Statuses and References
Understand common payment statuses like pending, authorised, settled and failed, and how payment references help you track and reconcile transactions.