ITAC Mobile Payment =================== URL=>https://bluefindigital.co.tz/wajibu/api/postpayment.php Request ======= { "api_key": "YTc4YWY3ZWVlZWViODU3YTY5ODUzNTA4ZGU3YzVhYzM1NTdjNjM1MWEyYzA1ODU1ZDhlqA12AjkP0qNTc4ZjU3N2QwMDVmMw==", "invoice_number": "5771684", "modeofpayment": "mobile", "phone_number": "255763038743", "cancel_url": "https://itac.wajibu.or.tz", "redirect_url": "https://itac.wajibu.or.tz" } Note ---- =>modeofpayment can be either 'mobile' or 'card' Invalid Reference Number Response ======== { "status": "203", "statusDesc": "Invalid Reference, Please Enter Valid Reference That Was Sent to your E-mail" } Invalid API Key Response ======================== { "status": "201", "statusDesc": "Invalid API KEY" } Success Response ================ { "status": "200", "statusDesc": "Success", "order_id": 1718620435, "paymentGatewayUrl": "aHR0cHM6Ly90ei5zZWxjb20ub25saW5lL3BheW1lbnRndy9jaGVja291dC9VbXh2SzNWUEwyUm1lakJtY1VKMGEyMXpka1pCVmpoaFkyZzFlSGd6VUVScVdVOXphemc0YnpjMWEwWXZTMnBZU0VadlRXVjBjREowTXpFM2NGWm9NR3BrY1U0MWVEVllZblZqVGc9PS8=" } Callback API ============ URL=>https://bluefindigital.co.tz/wajibu/api/callback.php Request ======= { "api_key": "YTc4YWY3ZWVlZWViODU3YTY5ODUzNTA4ZGU3YzVhYzM1NTdjNjM1MWEyYzA1ODU1ZDhlqA12AjkP0qNTc4ZjU3N2QwMDVmMw==", "order_id": "1718620435" } Pending Response ================ { "status": "204", "statusDesc": "Pending" } Success Response ================ { "status": "204", "statusDesc": "Payment Complete" }