Mobile B2C (Business to Consumer)
POST {{BASE_URL}}/mobile/b2c/request
Send payments to mobile subscribers from your Payment Wallet.
Request Body
{"username"=>"{{USERNAME}}", "productName"=>"TestProduct", "recipients"=>[{"phoneNumber"=>"+254738523316", "currencyCode"=>"KES", "amount"=>120, "providerChannel"=>"1212", "reason"=>"BusinessPayment", "name"=>"Recipient_name"}, {"phoneNumber"=>"+254795790363", "currencyCode"=>"KES", "amount"=>130, "providerChannel"=>"1212", "reason"=>"BusinessPayment", "name"=>"Recipient_name"}]}
RESPONSES
status: Created
{"entries":[{"phoneNumber":"+254738523316","provider":"Athena","providerChannel":"1212","status":"Queued","transactionId":"ATPid_046c6ae8a56ec369128e5652bbc3dcc1","value":"KES 120.0000"},{"phoneNumber":"+254795790363","provider":"Athena","providerChannel":"1212","status":"Queued","transactionFee":"KES 1.0000","transactionId":"ATPid_5dfce9c92dd7e1175a80c3768d5d2ab5","value":"KES 130.0000"}],"numQueued":2,"totalTransactionFee":"KES 1.0000","totalValue":"KES 250.0000"}