Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleresponse example
<?xml version="1.0" encoding="utf-8"?>
<API3G>
<paymentoptions>
  <mobileoption>
    <country>kenya</country>
    <countryCode>KE</countryCode>
    <paymentname>airtel</paymentname>
	<logo>https://s3-eu-west-1.amazonaws.com/directpaystorage/airtel.png</logo>
    <celluarprefix>254</celluarprefix>
    <amount>120</amount>
    <currency>KES</currency>
    <instructions>1.Go to Airtel money Sim tool kit;2. Select Airtel money option;3. Select 'Make payments' option;4. Select 'Pay bill' option;5. Select 'Other' option;6. Enter the 'Business name' - 369369;7. Enter amount you want             to pay - 200;8. Enter your Airtel money PIN;9. Enter your reference 676CC8;10. Press OK to send
   </instructions>
  </mobileoption>
  <mobileoption>
    <country>tanzania</country>
    <countryCode>TZ</countryCode>
    <paymentname>vodacom</paymentname>
	<logo>https://s3-eu-west-1.amazonaws.com/directpaystorage/vodacom.png</logo>
    <celluarprefix>255</celluarprefix>
    <amount>70</amount>
    <currency>TZS</currency>
    <instructions>1.Dial *150*00#;2. Select pay by MPESA;3. Select Enter business number;4. Enter 644644;5. Enter 676CC8;6. Enter amount - 4456.92;7. Enter pin;8. Press 1 to confirm 2 to             decline. Payment of 4456.92 to utility 644644 for account 676CC8.
  </instructions>
  </mobileoption>
</paymentoptions>
</API3G>

...