Register Payment Channel
Get to easily register your payment channel e.g.: MPESA Pay bill, Till number or bank account on Pay Hero,
Register Channel
POST
You can register paybill,till or bank
Headers
Name
Value
Content-Type
application/json
Authorization
Basic <token>
Body
Name
Type
Description
channel_type
string
Can be: paybill, till or bank
account_id
number
Your pay Hero account id, you can check your profile details to get it.
number
Your MPESA paybill, till or bank paybill number
string
Your bank account number or paybill account number (if any)
string
Your bank name or beneficiary name for till or paybill
Response
Sample Code-PHP
Last updated
Was this helpful?