[4861] | 1 | ## Script (Python) "pay_interswitch"
|
---|
| 2 | ##bind container=container
|
---|
| 3 | ##bind context=context
|
---|
| 4 | ##bind namespace=
|
---|
| 5 | ##bind script=script
|
---|
| 6 | ##bind subpath=traverse_subpath
|
---|
| 7 | ##parameters=
|
---|
| 8 | ##title=
|
---|
| 9 | ##
|
---|
| 10 | # $Id: pay_interswitch.py 2619 2007-11-10 17:39:36Z henrik $
|
---|
| 11 | """
|
---|
| 12 | pay online
|
---|
| 13 | """
|
---|
| 14 | from urllib import urlencode
|
---|
| 15 | import logging
|
---|
| 16 | logger = logging.getLogger('Skins.pay_interswitch')
|
---|
| 17 | import DateTime
|
---|
| 18 |
|
---|
| 19 | if context.portal_membership.isAnonymousUser():
|
---|
| 20 | return None
|
---|
| 21 |
|
---|
| 22 | try:
|
---|
| 23 | from Products.zdb import set_trace
|
---|
| 24 | except:
|
---|
| 25 | def set_trace():
|
---|
| 26 | pass
|
---|
| 27 | request = context.REQUEST
|
---|
| 28 | wftool = context.portal_workflow
|
---|
| 29 | students = context.portal_url.getPortalObject().campus.students
|
---|
| 30 |
|
---|
| 31 |
|
---|
| 32 | student_id = context.getStudentId()
|
---|
| 33 | student = getattr(students,student_id)
|
---|
| 34 |
|
---|
| 35 | student_record = context.students_catalog.getRecordByKey(student_id)
|
---|
| 36 | #amount,description = context.getSchoolFee(student_record.faculty,student_record.session,student_record.course)
|
---|
| 37 | info = {}
|
---|
| 38 | info['student'] = student_record
|
---|
| 39 | info['payment_possible'] = False
|
---|
| 40 | info['amount'] = '0'
|
---|
| 41 | info['bank'] = ''
|
---|
| 42 | info['type_description'] = ''
|
---|
| 43 | info['pay_bill_to'] = ''
|
---|
| 44 | fee_dict = context.getSchoolFee(student_record)
|
---|
| 45 | fulltime = student_record.mode.endswith('_ft')
|
---|
| 46 |
|
---|
| 47 | if not fee_dict:
|
---|
| 48 | return context.interswitch_form(info=info)
|
---|
| 49 |
|
---|
| 50 | info['site_id'] = '117'
|
---|
| 51 | info['currency_id'] = '566'
|
---|
| 52 |
|
---|
| 53 | if student_record.mode in ('pg_ft'):
|
---|
| 54 | pay_item_id = "11703"
|
---|
| 55 | elif student_record.review_state == 'cleared_and_validated' and student_record.level in ('100'):
|
---|
| 56 | pay_item_id = "11700"
|
---|
| 57 | elif student_record.review_state == 'cleared_and_validated' and student_record.level in ('200'):
|
---|
[5046] | 58 | pay_item_id = "11701"
|
---|
| 59 | elif student_record.review_state == 'cleared_and_validated' and student_record.level in ('300'):
|
---|
| 60 | pay_item_id = "11702"
|
---|
[5018] | 61 | elif student_record.review_state == 'returning' and student_record.level in ('100','110'):
|
---|
[4861] | 62 | pay_item_id = "11701"
|
---|
[5018] | 63 | elif student_record.review_state == 'returning' and student_record.level in ('200','210'):
|
---|
[4861] | 64 | pay_item_id = "11702"
|
---|
[5018] | 65 | elif student_record.review_state == 'returning' and student_record.level in ('300','310'):
|
---|
[4861] | 66 | pay_item_id = "11703"
|
---|
[5018] | 67 | elif student_record.review_state == 'returning' and student_record.level in ('400','410','500','510','600'):
|
---|
[4861] | 68 | pay_item_id = "11704"
|
---|
| 69 | else:
|
---|
| 70 | pay_item_id = ""
|
---|
| 71 |
|
---|
| 72 | info['bank'] = ''
|
---|
| 73 | info['payment_possible'] = True
|
---|
| 74 | info['type_description'] = fee_dict['description']
|
---|
| 75 | info['pay_bill_to'] = student_record.name
|
---|
| 76 | info['student_id'] = student_id
|
---|
| 77 | info['student_name'] = student_record.name
|
---|
| 78 | info['type'] = 'online'
|
---|
| 79 | info['status'] = 'started'
|
---|
| 80 | info['session_id'] = fee_dict['next_session_id']
|
---|
| 81 | info['item'] = student_record.course
|
---|
| 82 | info['category'] = 'schoolfee'
|
---|
| 83 | info['student_email'] = student_record.email
|
---|
| 84 | now = DateTime.DateTime()
|
---|
| 85 | info['date'] = now
|
---|
| 86 | info['pay_ship_to'] = "Federal University of Technology, Minna, Nigeria"
|
---|
| 87 | timestamp = "%d" % int(now.timeTime()*1000)
|
---|
| 88 | info['order_id'] = "%s%s" % (student_id[1:],timestamp)
|
---|
| 89 | p_id = "p%s" % timestamp
|
---|
| 90 |
|
---|
| 91 |
|
---|
| 92 | info['surcharge'] = 0 # students don't have to pay the surcharge, FUT is paying for them
|
---|
| 93 | interswitch_amount = 300
|
---|
| 94 | info['amount'] = amount = fee_dict['all']
|
---|
| 95 | total_amount = 100*int(amount)
|
---|
| 96 |
|
---|
| 97 |
|
---|
| 98 | if student_id is None:
|
---|
| 99 | return context.REQUEST.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url())
|
---|
| 100 |
|
---|
| 101 | if True:
|
---|
| 102 | info['action'] = "https://webpay.interswitchng.com/paydirect/webpay/pay.aspx"
|
---|
| 103 | else:
|
---|
| 104 | info['action'] = "%s/payments/%s/simulate_callback" % (student.absolute_url(),p_id)
|
---|
| 105 |
|
---|
| 106 |
|
---|
| 107 | if "payments" not in student.objectIds():
|
---|
| 108 | student.invokeFactory('PaymentsFolder','payments')
|
---|
| 109 | payments = getattr(student,'payments')
|
---|
| 110 | d = {}
|
---|
| 111 | d['Title'] = 'Payments'
|
---|
| 112 | payments.getContent().edit(mapping=d)
|
---|
| 113 | wftool.doActionFor(payments,'open')
|
---|
| 114 | else:
|
---|
| 115 | payments = getattr(student,'payments')
|
---|
| 116 | if request.has_key('epayment'):
|
---|
| 117 | return context.interswitch_form(info=info)
|
---|
| 118 |
|
---|
| 119 |
|
---|
| 120 | payments.invokeFactory('Payment', p_id)
|
---|
| 121 | payment = getattr(payments,p_id)
|
---|
| 122 | wftool.doActionFor(payment,'open')
|
---|
| 123 | d = {}
|
---|
| 124 | d.update(info)
|
---|
| 125 | payment.getContent().edit(mapping=d)
|
---|
| 126 |
|
---|
| 127 |
|
---|
| 128 | info['callback_url'] = "%s/payments/%s/interswitch_cb?echo=%s" % (student.absolute_url(),
|
---|
| 129 | p_id,
|
---|
| 130 | p_id)
|
---|
| 131 |
|
---|
| 132 | logger.info('%(student_id)s initiated online school fee payment with order_id %(order_id)s and callback url %(callback_url)s' % info)
|
---|
| 133 | payment_fields = (('product_id','site_id'),
|
---|
| 134 | ('site_redirect_url','callback_url'),
|
---|
| 135 | ('Currency','currency_id'),
|
---|
| 136 | ('cust_id','student_id'),
|
---|
| 137 | ('cust_id_desc','type_description'),
|
---|
| 138 | ('cust_name','student_name'),
|
---|
| 139 | ('txn_ref','order_id'),
|
---|
| 140 | ('Amount','amount'),
|
---|
| 141 | )
|
---|
| 142 | args = {}
|
---|
| 143 | for arg,field in payment_fields:
|
---|
| 144 | args[arg] = info[field]
|
---|
| 145 |
|
---|
| 146 | bt_amount = 1500
|
---|
| 147 | #fut_split = 0000 #not appicable
|
---|
| 148 | fut_amount = amount - bt_amount - interswitch_amount
|
---|
| 149 |
|
---|
| 150 | xmldict = {}
|
---|
| 151 | xmldict['detail_ref'] = args['txn_ref']
|
---|
| 152 | xmldict['department'] = student_record.department
|
---|
| 153 | xmldict['level'] = student_record.level
|
---|
| 154 | xmldict['faculty'] = student_record.faculty
|
---|
| 155 | xmldict['fut_amount'] = "%d" % int(100*fut_amount)
|
---|
| 156 | xmldict['bt_amount'] = "%d" % int(100*bt_amount)
|
---|
| 157 | #xmldict['fut_split'] = "%d" % int(100*fut_split)
|
---|
| 158 |
|
---|
| 159 | #students at all levels pay their school fees to different banks
|
---|
| 160 |
|
---|
| 161 | if student_record.mode == 'jm_ft':
|
---|
| 162 | xmldict['fut_acct'] = "000000000000"
|
---|
| 163 | xmldict['bank_id'] = '0'
|
---|
| 164 | elif student_record.mode in ('pg_ft'):
|
---|
| 165 | xmldict['fut_acct'] = "2522040000134"
|
---|
| 166 | xmldict['bank_id'] = '8'
|
---|
[5197] | 167 | #elif student_record.review_state == 'cleared_and_validated' and student_record.level in ('100'):
|
---|
| 168 | #xmldict['fut_acct'] = "0030001000017110"
|
---|
| 169 | #xmldict['bank_id'] = '89'
|
---|
| 170 | #elif student_record.review_state == 'cleared_and_validated' and student_record.level in ('200'):
|
---|
| 171 | #xmldict['fut_acct'] = "0591201005146"
|
---|
| 172 | #xmldict['bank_id'] = '101'
|
---|
| 173 | #elif student_record.review_state == 'cleared_and_validated' and student_record.level in ('300'):
|
---|
| 174 | #xmldict['fut_acct'] = "6013803345"
|
---|
| 175 | #xmldict['bank_id'] = '117'
|
---|
| 176 | #elif student_record.review_state == 'returning' and student_record.level in ('100','110'):
|
---|
| 177 | #xmldict['fut_acct'] = "0591201005146"
|
---|
| 178 | #xmldict['bank_id'] = '101'
|
---|
| 179 | #elif student_record.level in ('200','210'):
|
---|
| 180 | #xmldict['fut_acct'] = "6013803345"
|
---|
| 181 | #xmldict['bank_id'] = '117'
|
---|
| 182 | #elif student_record.level in ('300','310'):
|
---|
| 183 | #xmldict['fut_acct'] = "2522040000134"
|
---|
| 184 | #xmldict['bank_id'] = '8'
|
---|
| 185 | #elif student_record.level in ('400','410','500','510','600'):
|
---|
| 186 | #xmldict['fut_acct'] = "02530040000664"
|
---|
| 187 | #xmldict['bank_id'] = '7'
|
---|
[4861] | 188 | #remedial students
|
---|
| 189 | #elif student_record.level in ('000'):
|
---|
| 190 | #xmldict['fut_acct'] = "00000000000"
|
---|
| 191 | #xmldict['bank_id'] = '0'
|
---|
| 192 | else:
|
---|
[5197] | 193 | xmldict['fut_acct'] = "0030001000017110"
|
---|
| 194 | xmldict['bank_id'] = '89'
|
---|
[4861] | 195 |
|
---|
| 196 |
|
---|
| 197 | xmltext = """<payment_item_detail>
|
---|
| 198 | <item_details detail_ref="%(detail_ref)s" college="FUT Minna" department="%(department)s" faculty="%(faculty)s">
|
---|
| 199 | <item_detail item_id="1" item_name="FUT Minna School Fee" item_amt="%(fut_amount)s" bank_id="%(bank_id)s" acct_num="%(fut_acct)s" />
|
---|
| 200 | <item_detail item_id="2" item_name="BT" item_amt="%(bt_amount)s" bank_id="89" acct_num="0061001000021095" />
|
---|
| 201 | </item_details>
|
---|
| 202 | </payment_item_detail>""" % xmldict
|
---|
| 203 |
|
---|
| 204 | info['xml_data'] = """<input type="hidden" name="xml_data" value='%s' />""" % xmltext
|
---|
| 205 |
|
---|
| 206 | args['Amount'] = "%d" % (total_amount)
|
---|
| 207 | args['site_name'] = "futminna.waeup.org"
|
---|
| 208 | args['cust_name_desc'] = "Student Name"
|
---|
| 209 | args['pay_item_id'] = pay_item_id
|
---|
| 210 | args['pay_item_name'] = "FUT Minna Tuition Payments"
|
---|
| 211 | args['payment_params'] = 'college_split'
|
---|
| 212 | #args['xml_data'] = ''
|
---|
| 213 | #args['xml_data'] = xmltext # info['xml_data']can be used instead
|
---|
| 214 | info['args'] = args
|
---|
| 215 |
|
---|
[5046] | 216 | return context.goto_interswitch_form(info=info) |
---|