1 | ##Script (Python) "pay_online"
|
---|
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 8918 2012-07-05 05:44:02Z 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 |
|
---|
46 | fulltime = student_record.mode.endswith('_ft')
|
---|
47 | new = student_record.review_state == 'cleared_and_validated'
|
---|
48 | returning = student_record.review_state == 'returning'
|
---|
49 | if not fee_dict or not (new or returning):
|
---|
50 | return context.interswitch_form(info=info)
|
---|
51 | info['site_id'] = '57'
|
---|
52 | info['currency_id'] = '566'
|
---|
53 | if new:
|
---|
54 | amount = info['amount'] = fee_dict['new']
|
---|
55 | elif returning:
|
---|
56 | amount = info['amount'] = fee_dict['returning']
|
---|
57 |
|
---|
58 | late_registration = False
|
---|
59 | if new and int(student_record.session) < 11 and student_record.mode.startswith('ug'):
|
---|
60 | late_registration = True
|
---|
61 | if returning and int(student_record.session) < 10 and student_record.mode.startswith('ug'):
|
---|
62 | late_registration = True
|
---|
63 | if new and int(student_record.session) < 10 and student_record.mode.startswith('pg'):
|
---|
64 | late_registration = True
|
---|
65 | if returning and int(student_record.session) < 9 and student_record.mode.startswith('pg'):
|
---|
66 | late_registration = True
|
---|
67 | if late_registration:
|
---|
68 | amount_int = int(amount)
|
---|
69 | amount_int += 5000
|
---|
70 | amount = info['amount'] = '%d' % (amount_int)
|
---|
71 |
|
---|
72 | final_year = False
|
---|
73 | if fee_dict['next_level_id'] == getattr(student_record, 'end_level', None) and not student_record.mode.startswith('pg'):
|
---|
74 | final_year = True
|
---|
75 | if final_year:
|
---|
76 | amount_int = int(amount)
|
---|
77 | amount_int += 3000
|
---|
78 | amount = info['amount'] = '%d' % (amount_int)
|
---|
79 |
|
---|
80 | if fulltime:
|
---|
81 | pay_item_id = "5700"
|
---|
82 | info['bank'] = ''
|
---|
83 | else:
|
---|
84 | pay_item_id = "5701"
|
---|
85 | info['bank'] = ''
|
---|
86 | info['surcharge'] = '0' # Uniben doesn't show the surcharge on the slip
|
---|
87 | info['payment_possible'] = True
|
---|
88 | info['type_description'] = fee_dict['description']
|
---|
89 | info['pay_bill_to'] = student_record.name
|
---|
90 | info['pay_ship_to'] = "University of Benin"
|
---|
91 | info['student_id'] = student_id
|
---|
92 | info['student_name'] = student_record.name
|
---|
93 | info['student_email'] = student_record.email
|
---|
94 | #info['session_id'] = student_record.session # this holds only for new students und must be replaced when also previous session students will pay online !!!!!!
|
---|
95 | info['session_id'] = fee_dict['next_session_id']
|
---|
96 | info['type'] = 'online'
|
---|
97 | info['status'] = 'started'
|
---|
98 | info['item'] = student_record.course
|
---|
99 | info['category'] = 'schoolfee'
|
---|
100 | now = DateTime.DateTime()
|
---|
101 | info['date'] = now
|
---|
102 | timestamp = "%d" % int(now.timeTime()*1000)
|
---|
103 | info['order_id'] = "%s%s" % (student_id[1:],timestamp)
|
---|
104 | p_id = "p%s" % timestamp
|
---|
105 |
|
---|
106 | if student_id is None:
|
---|
107 | return context.REQUEST.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url())
|
---|
108 |
|
---|
109 | # old: https://webpay.interswitchng.com/paydirect/webpay/pay.aspx
|
---|
110 |
|
---|
111 | if True or context.portal_url().find('uniben-demo.waeup.org') >-1 or\
|
---|
112 | context.portal_url().find('uniben.waeup.org') >-1:
|
---|
113 | #info['action'] = "https://webpay.interswitchng.com/test_paydirect/webpay/pay.aspx"
|
---|
114 | info['action'] = "https://webpay.interswitchng.com/webpayv4/webpay/pay.aspx"
|
---|
115 | else:
|
---|
116 | info['action'] = "%s/payments/%s/simulate_callback" % (student.absolute_url(),p_id)
|
---|
117 |
|
---|
118 |
|
---|
119 | if "payments" not in student.objectIds():
|
---|
120 | student.invokeFactory('PaymentsFolder','payments')
|
---|
121 | payments = getattr(student,'payments')
|
---|
122 | d = {}
|
---|
123 | d['Title'] = 'Payments'
|
---|
124 | payments.getContent().edit(mapping=d)
|
---|
125 | wftool.doActionFor(payments,'open')
|
---|
126 | else:
|
---|
127 | payments = getattr(student,'payments')
|
---|
128 | if request.has_key('epayment'):
|
---|
129 | return context.interswitch_form(info=info)
|
---|
130 |
|
---|
131 |
|
---|
132 | payments.invokeFactory('Payment', p_id)
|
---|
133 | payment = getattr(payments,p_id)
|
---|
134 | wftool.doActionFor(payment,'open')
|
---|
135 | d = {}
|
---|
136 | d.update(info)
|
---|
137 | payment.getContent().edit(mapping=d)
|
---|
138 | info['callback_url'] = "%s/payments/%s/interswitch_cb?echo=%s" % (student.absolute_url(),
|
---|
139 | p_id,
|
---|
140 | p_id)
|
---|
141 |
|
---|
142 | logger.info('%(student_id)s initiated online school fee payment with order_id %(order_id)s and callback url %(callback_url)s' % info)
|
---|
143 | payment_fields = (('product_id','site_id'),
|
---|
144 | ('site_redirect_url','callback_url'),
|
---|
145 | ('Currency','currency_id'),
|
---|
146 | ('cust_id','student_id'),
|
---|
147 | ('cust_id_desc','type_description'),
|
---|
148 | ('cust_name','student_name'),
|
---|
149 | ('txn_ref','order_id'),
|
---|
150 | ('Amount','amount'),
|
---|
151 | )
|
---|
152 | args = {}
|
---|
153 | for arg,field in payment_fields:
|
---|
154 | args[arg] = info[field]
|
---|
155 | itotal = int(amount)*100
|
---|
156 |
|
---|
157 | #BT Amount Varies
|
---|
158 | if student_record.mode.endswith('_ft') and student_record.review_state == 'returning':
|
---|
159 | bt_amount = 60000
|
---|
160 | else:
|
---|
161 | bt_amount = 150000
|
---|
162 | #Interswitch amount 150 naira
|
---|
163 | interswitch_amount = 15000
|
---|
164 | uniben_amount = itotal - bt_amount - interswitch_amount
|
---|
165 | xmldict = {}
|
---|
166 | xmldict['detail_ref'] = args['txn_ref']
|
---|
167 | xmldict['department'] = student_record.department
|
---|
168 | xmldict['faculty'] = student_record.faculty
|
---|
169 | xmldict['bt_amt'] = "%d" % bt_amount
|
---|
170 | xmldict['uniben_amt'] = "%d" % uniben_amount
|
---|
171 |
|
---|
172 | #Full and Part-time students School Fees go into different Accounts
|
---|
173 |
|
---|
174 | # Default bank account
|
---|
175 | xmldict['uniben_acct'] = "6220027556"
|
---|
176 | xmldict['bank_id'] = '51'
|
---|
177 |
|
---|
178 | if student_record.mode.endswith('_ft'):
|
---|
179 | #post-grad full-time students of all faculties
|
---|
180 | if student_record.level in ('700','710','800','810','900','910'):
|
---|
181 | xmldict['uniben_acct'] = "1012842833"
|
---|
182 | xmldict['bank_id'] = '117'
|
---|
183 | #all other part-time students depending on faculty
|
---|
184 | elif student_record.faculty in ('SSC','LAW','MED'):
|
---|
185 | xmldict['uniben_acct'] = "0005986938"
|
---|
186 | xmldict['bank_id'] = '31'
|
---|
187 | elif student_record.faculty in ('ENG','PSC','PHA'):
|
---|
188 | xmldict['uniben_acct'] = "0014413973"
|
---|
189 | xmldict['bank_id'] = '129'
|
---|
190 | elif student_record.faculty in ('LSC','DEN','AGR'):
|
---|
191 | xmldict['uniben_acct'] = "1012801319"
|
---|
192 | xmldict['bank_id'] = '117'
|
---|
193 | elif student_record.faculty in ('ART','EDU','MGS','BMS'):
|
---|
194 | xmldict['uniben_acct'] = "6220027556"
|
---|
195 | xmldict['bank_id'] = '51'
|
---|
196 | elif student_record.mode.endswith('_pt'):
|
---|
197 | #post-grad part-time students of all faculties
|
---|
198 | if student_record.level in ('700','710','800','810','900','910'):
|
---|
199 | xmldict['uniben_acct'] = "0023708207"
|
---|
200 | xmldict['bank_id'] = '72'
|
---|
201 | #all other part-time students depending on faculty
|
---|
202 | elif student_record.faculty in ('ENG','LAW','MGS'):
|
---|
203 | xmldict['uniben_acct'] = "2019006824"
|
---|
204 | xmldict['bank_id'] = '8'
|
---|
205 | elif student_record.faculty in ('IPA','PHA','SSC','AGR','EDU'):
|
---|
206 | xmldict['uniben_acct'] = "0122012109"
|
---|
207 | xmldict['bank_id'] = '16'
|
---|
208 |
|
---|
209 |
|
---|
210 | xmltext = """<payment_item_detail>
|
---|
211 | <item_details detail_ref="%(detail_ref)s" college="UNIBEN" department="%(department)s" faculty="%(faculty)s">
|
---|
212 | <item_detail item_id="1" item_name="UNIBEN School Fee" item_amt="%(uniben_amt)s" bank_id="%(bank_id)s" acct_num="%(uniben_acct)s" />
|
---|
213 | <item_detail item_id="2" item_name="BT" item_amt="%(bt_amt)s" bank_id="117" acct_num="1010764827" />
|
---|
214 | </item_details>
|
---|
215 | </payment_item_detail>""" % xmldict
|
---|
216 |
|
---|
217 | info['xml_data'] = """<input type="hidden" name="xml_data" value='%s' />""" % xmltext
|
---|
218 |
|
---|
219 | args['Amount'] = "%d" % (itotal)
|
---|
220 | args['site_name'] = "uniben.waeup.org"
|
---|
221 | args['cust_name_desc'] = "Student Name"
|
---|
222 | args['pay_item_id'] = pay_item_id
|
---|
223 | args['pay_item_name'] = "UNIBEN Tuition Payments"
|
---|
224 | args['payment_params'] = 'college_split'
|
---|
225 | #args['xml_data'] = ''
|
---|
226 | #args['xml_data'] = xmltext # info['xml_data']can be used instead
|
---|
227 | info['args'] = args
|
---|
228 |
|
---|
229 | return context.goto_interswitch_form(info=info)
|
---|