source: WAeUP_SRP/trunk/skins/waeup_uniben/pay_interswitch.py @ 8316

Last change on this file since 8316 was 8316, checked in by Henrik Bettermann, 12 years ago

Change Interswitch URL.

  • Property svn:keywords set to Id
File size: 7.5 KB
Line 
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 8316 2012-04-30 12:40:52Z henrik $
11"""
12pay online
13"""
14from urllib import urlencode
15import logging
16logger = logging.getLogger('Skins.pay_interswitch')
17import DateTime
18
19if context.portal_membership.isAnonymousUser():
20    return None
21
22try:
23    from Products.zdb import set_trace
24except:
25    def set_trace():
26        pass
27request = context.REQUEST
28wftool = context.portal_workflow
29students = context.portal_url.getPortalObject().campus.students
30
31
32student_id = context.getStudentId()
33student = getattr(students,student_id)
34
35student_record = context.students_catalog.getRecordByKey(student_id)
36#amount,description = context.getSchoolFee(student_record.faculty,student_record.session,student_record.course)
37info = {}
38info['student'] = student_record
39info['payment_possible'] = False
40info['amount'] = '0'
41info['bank'] = ''
42info['type_description'] = ''
43info['pay_bill_to'] = ''
44fee_dict = context.getSchoolFee(student_record)
45
46fulltime = student_record.mode.endswith('_ft')
47new = student_record.review_state == 'cleared_and_validated'
48returning = student_record.review_state == 'returning'
49if not fee_dict or not (new or returning):
50    return context.interswitch_form(info=info)
51info['site_id'] = '57'
52info['currency_id'] = '566'
53if new:
54    amount = info['amount'] = fee_dict['new']
55elif returning:
56    amount = info['amount'] = fee_dict['returning']
57
58if int(student_record.session) < 11:
59    amount_int = int(amount)
60    amount_int += 5000
61    amount = info['amount'] = '%d' % (amount_int)
62
63if fulltime:
64    pay_item_id = "5700"
65    info['bank'] = ''
66else:
67    pay_item_id = "5701"
68    info['bank'] = ''
69info['surcharge'] = '0'  # Uniben doesn't show the surcharge on the slip
70info['payment_possible'] = True
71info['type_description'] = fee_dict['description']
72info['pay_bill_to'] = student_record.name
73info['pay_ship_to'] = "University of Benin"
74info['student_id'] = student_id
75info['student_name'] = student_record.name
76info['student_email'] = student_record.email
77#info['session_id'] = student_record.session   # this holds only for new students und must be replaced when also previous session students will pay online !!!!!!
78info['session_id'] = fee_dict['next_session_id']
79info['type'] = 'online'
80info['status'] = 'started'
81info['item'] = student_record.course
82info['category'] = 'schoolfee'
83now = DateTime.DateTime()
84info['date'] = now
85timestamp = "%d" % int(now.timeTime()*1000)
86info['order_id'] = "%s%s" % (student_id[1:],timestamp)
87p_id = "p%s" % timestamp
88
89if student_id is None:
90    return context.REQUEST.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url())
91
92# old: https://webpay.interswitchng.com/paydirect/webpay/pay.aspx
93
94if True or context.portal_url().find('uniben-demo.waeup.org') >-1 or\
95   context.portal_url().find('uniben.waeup.org') >-1:
96    #info['action'] = "https://webpay.interswitchng.com/test_paydirect/webpay/pay.aspx"
97    info['action'] = "https://webpay.interswitchng.com/webpayv4/webpay/pay.aspx"
98else:
99    info['action'] = "%s/payments/%s/simulate_callback" % (student.absolute_url(),p_id)
100
101
102if "payments" not in student.objectIds():
103    student.invokeFactory('PaymentsFolder','payments')
104    payments = getattr(student,'payments')
105    d = {}
106    d['Title'] = 'Payments'
107    payments.getContent().edit(mapping=d)
108    wftool.doActionFor(payments,'open')
109else:
110    payments = getattr(student,'payments')
111if request.has_key('epayment'):
112    return context.interswitch_form(info=info)
113
114
115payments.invokeFactory('Payment', p_id)
116payment = getattr(payments,p_id)
117wftool.doActionFor(payment,'open')
118d = {}
119d.update(info)
120payment.getContent().edit(mapping=d)
121info['callback_url'] = "%s/payments/%s/interswitch_cb?echo=%s" % (student.absolute_url(),
122                                                                  p_id,
123                                                                  p_id)
124
125logger.info('%(student_id)s initiated online school fee payment with order_id %(order_id)s and callback url %(callback_url)s' % info)
126payment_fields = (('product_id','site_id'),
127                  ('site_redirect_url','callback_url'),
128                  ('Currency','currency_id'),
129                  ('cust_id','student_id'),
130                  ('cust_id_desc','type_description'),
131                  ('cust_name','student_name'),
132                  ('txn_ref','order_id'),
133                  ('Amount','amount'),
134                  )
135args = {}
136for arg,field in payment_fields:
137    args[arg] = info[field]
138itotal = int(amount)*100
139
140#BT Amount Varies
141if student_record.mode.endswith('_ft') and student_record.review_state == 'return':
142        bt_amount = 60000
143else:
144        bt_amount = 150000
145#Interswitch amount 150 naira
146interswitch_amount = 15000
147uniben_amount = itotal - bt_amount - interswitch_amount
148xmldict = {}
149xmldict['detail_ref'] = args['txn_ref']
150xmldict['department'] = student_record.department
151xmldict['faculty'] = student_record.faculty
152xmldict['bt_amt'] = "%d" % bt_amount
153xmldict['uniben_amt'] = "%d" % uniben_amount
154
155#Full and Part-time students School Fees go into different Accounts
156
157if student_record.mode.endswith('_ft'):
158        #post-grad full-time students of all faculties
159        if student_record.level in ('700','710','800','810','900','910'):
160            xmldict['uniben_acct'] = "1012842833"
161            xmldict['bank_id'] = '117'
162        #all other part-time students depending on faculty     
163        elif student_record.faculty in ('SSC','LAW','MED'):
164            xmldict['uniben_acct'] = "0005986938"
165            xmldict['bank_id'] = '31'
166        elif student_record.faculty in ('ENG','PSC','PHA'):
167            xmldict['uniben_acct'] = "0014413973"
168            xmldict['bank_id'] = '129'
169        elif student_record.faculty in ('LSC','DEN','AGR'):
170            xmldict['uniben_acct'] = "1012801319"
171            xmldict['bank_id'] = '117'
172        elif student_record.faculty in ('ART','EDU','MGS','BMS'):
173            xmldict['uniben_acct'] = "6220027556"
174            xmldict['bank_id'] = '51'
175elif student_record.mode.endswith('_pt'):
176        #post-grad part-time students of all faculties
177        if student_record.level in ('700','710','800','810','900','910'):
178            xmldict['uniben_acct'] = "0023708207"
179            xmldict['bank_id'] = '72'
180        #all other part-time students depending on faculty     
181        elif student_record.faculty in ('ENG','LAW','MGS'):
182            xmldict['uniben_acct'] = "2019006824"
183            xmldict['bank_id'] = '8'
184        elif student_record.faculty in ('IPA','PHA','SSC','AGR','EDU'):
185            xmldict['uniben_acct'] = "0122012109"
186            xmldict['bank_id'] = '16' 
187
188
189xmltext = """<payment_item_detail>
190<item_details detail_ref="%(detail_ref)s" college="UNIBEN" department="%(department)s" faculty="%(faculty)s">
191<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" />
192<item_detail item_id="2" item_name="BT" item_amt="%(bt_amt)s" bank_id="89" acct_num="0061001000021095" />
193</item_details>
194</payment_item_detail>""" % xmldict
195
196info['xml_data'] = """<input type="hidden" name="xml_data" value='%s'  />""" % xmltext
197
198args['Amount'] = "%d" % (itotal)
199args['site_name'] = "uniben.waeup.org"
200args['cust_name_desc'] = "Student Name"
201args['pay_item_id'] = pay_item_id
202args['pay_item_name'] = "UNIBEN Tuition Payments"
203args['payment_params'] = 'college_split'
204#args['xml_data'] = ''
205#args['xml_data'] = xmltext   # info['xml_data']can be used instead
206info['args'] = args
207
208return context.goto_interswitch_form(info=info)
Note: See TracBrowser for help on using the repository browser.