@@ -207,9 +207,10 @@ For more information, please read <https://api-docs.kopokopo.com/#receive-paymen
207
207
- External Till Recipient(` till ` )
208
208
- ` tillNumber ` : Pay recipient's till number ` REQUIRED `
209
209
- ` tillName ` : Pay recipient's till name ` REQUIRED `
210
- - Kopo Kopo Merchant(` kopo_kopo_merchant ` )
211
- - ` tillNumber ` : Pay recipient's till number ` REQUIRED `
212
- - ` aliasName ` : Pay recipient's alias name ` REQUIRED `
210
+ - Paybill(` paybill ` )
211
+ - ` paybillName ` : Pay recipient's paybill name ` REQUIRED `
212
+ - ` paybillNumber ` : Pay recipient's paybill number ` REQUIRED `
213
+ - ` paybillAccountNumber ` : Pay recipient's account number ` REQUIRED `
213
214
- ` accessToken ` : Gotten from the [ ` TokenService ` ] ( #tokenservice ) response ` REQUIRED `
214
215
215
216
- ` PayService->sendPay([ payOptions ]) ` : ` payOptions ` : An array of arrays containing the following keys:
@@ -219,6 +220,9 @@ For more information, please read <https://api-docs.kopokopo.com/#receive-paymen
219
220
- ` currency ` : 3-digit ISO format currency code. ` REQUIRED `
220
221
- ` amount ` : Amount to charge. ` REQUIRED `
221
222
- ` callbackUrl ` : Url that the [ result] ( #responsesandresults ) will be posted to ` REQUIRED `
223
+ - ` description ` : Payment description ` REQUIRED `
224
+ - ` tags ` : Tags associated with the payment
225
+ - ` category ` : Category that the payment belongs to
222
226
- ` accessToken ` : Gotten from the [ ` TokenService ` ] ( #tokenservice ) response ` REQUIRED `
223
227
- ` metadata ` : It is a hash containing a maximum of 5 key value pairs
224
228
@@ -605,10 +609,11 @@ Note: The asynchronous results are processed like webhooks.
605
609
- ` tillNumber `
606
610
- ` tillName `
607
611
608
- - If ` recipientType == "Kopo Kopo Merchant " `
612
+ - If ` recipientType == "Paybill " `
609
613
610
- - ` tillNumber `
611
- - ` aliasName `
614
+ - ` paybillName `
615
+ - ` paybillNumber `
616
+ - ` paybillAccountNumber `
612
617
613
618
- Stk Push Status
614
619
0 commit comments