[4437] | 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 | student_id = context.getStudentId()
|
---|
| 31 | student = getattr(students,student_id)
|
---|
| 32 | student_record = context.students_catalog.getRecordByKey(student_id)
|
---|
| 33 | #amount,description = context.getSchoolFee(student_record.faculty,student_record.session,student_record.course)
|
---|
| 34 | info = {}
|
---|
| 35 | info['student'] = student_record
|
---|
| 36 | info['payment_possible'] = False
|
---|
| 37 | info['amount'] = '0'
|
---|
| 38 | info['bank'] = ''
|
---|
| 39 | info['type_description'] = ''
|
---|
| 40 | info['pay_bill_to'] = ''
|
---|
| 41 | fee_dict = context.getSchoolFee(student_record)
|
---|
| 42 | fulltime = student_record.mode.endswith('_ft')
|
---|
| 43 |
|
---|
| 44 | if not fee_dict:
|
---|
| 45 | return context.interswitch_form(info=info)
|
---|
| 46 |
|
---|
| 47 | info['site_id'] = '83'
|
---|
| 48 | info['currency_id'] = '566'
|
---|
| 49 | pay_item_id = "8302"
|
---|
| 50 |
|
---|
| 51 | #info['type_code'] = sbrain.course #type_code is redundant and will be removed soon
|
---|
| 52 | info['bank'] = ''
|
---|
| 53 | info['payment_possible'] = True
|
---|
| 54 | info['type_description'] = fee_dict['description']
|
---|
| 55 | info['pay_bill_to'] = student_record.name
|
---|
| 56 | info['student_id'] = student_id
|
---|
| 57 | info['student_name'] = student_record.name
|
---|
| 58 | info['type'] = 'online'
|
---|
| 59 | info['status'] = 'started'
|
---|
| 60 | info['session_id'] = fee_dict['next_session_id']
|
---|
| 61 | info['item'] = student_record.course
|
---|
| 62 | info['category'] = 'schoolfee'
|
---|
| 63 | info['student_email'] = student_record.email
|
---|
| 64 | now = DateTime.DateTime()
|
---|
| 65 | info['date'] = now
|
---|
| 66 | info['pay_ship_to'] = "Federal College of Education Okene"
|
---|
| 67 | timestamp = "%d" % int(now.timeTime()*1000)
|
---|
| 68 | info['order_id'] = "%s%s" % (student_id[1:],timestamp)
|
---|
| 69 | p_id = "p%s" % timestamp
|
---|
| 70 |
|
---|
| 71 |
|
---|
| 72 | info['surcharge'] = interswitch_amount = '150'
|
---|
| 73 | info['amount'] = amount = fee_dict['all']
|
---|
| 74 | total_amount = 100*int(amount) + 100*int(interswitch_amount)
|
---|
| 75 |
|
---|
| 76 |
|
---|
| 77 | if student_id is None:
|
---|
| 78 | return context.REQUEST.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url())
|
---|
| 79 |
|
---|
| 80 | if True:
|
---|
| 81 | info['action'] = "https://webpay.interswitchng.com/paydirect/webpay/pay.aspx"
|
---|
| 82 | else:
|
---|
| 83 | #pass
|
---|
| 84 | #return None
|
---|
| 85 | info['action'] = "%s/payments/%s/simulate_callback" % (student.absolute_url(),p_id)
|
---|
| 86 |
|
---|
| 87 |
|
---|
| 88 | if "payments" not in student.objectIds():
|
---|
| 89 | student.invokeFactory('PaymentsFolder','payments')
|
---|
| 90 | payments = getattr(student,'payments')
|
---|
| 91 | d = {}
|
---|
| 92 | d['Title'] = 'Payments'
|
---|
| 93 | payments.getContent().edit(mapping=d)
|
---|
| 94 | wftool.doActionFor(payments,'open')
|
---|
| 95 | else:
|
---|
| 96 | payments = getattr(student,'payments')
|
---|
| 97 | if request.has_key('epayment'):
|
---|
| 98 | return context.interswitch_form(info=info)
|
---|
| 99 |
|
---|
| 100 |
|
---|
| 101 | payments.invokeFactory('Payment', p_id)
|
---|
| 102 | payment = getattr(payments,p_id)
|
---|
| 103 | wftool.doActionFor(payment,'open')
|
---|
| 104 | d = {}
|
---|
| 105 | d.update(info)
|
---|
| 106 | payment.getContent().edit(mapping=d)
|
---|
| 107 |
|
---|
| 108 |
|
---|
| 109 | info['callback_url'] = "%s/payments/%s/interswitch_cb?echo=%s" % (student.absolute_url(),
|
---|
| 110 | p_id,
|
---|
| 111 | p_id)
|
---|
| 112 |
|
---|
| 113 | logger.info('%(student_id)s initiated online school fee payment with order_id %(order_id)s and callback url %(callback_url)s' % info)
|
---|
| 114 | payment_fields = (('product_id','site_id'),
|
---|
| 115 | ('site_redirect_url','callback_url'),
|
---|
| 116 | ('Currency','currency_id'),
|
---|
| 117 | ('cust_id','student_id'),
|
---|
| 118 | ('cust_id_desc','type_description'),
|
---|
| 119 | ('cust_name','student_name'),
|
---|
| 120 | ('txn_ref','order_id'),
|
---|
| 121 | ('Amount','amount'),
|
---|
| 122 | )
|
---|
| 123 | args = {}
|
---|
| 124 | for arg,field in payment_fields:
|
---|
| 125 | args[arg] = info[field]
|
---|
| 126 |
|
---|
| 127 | bt_amount = 1600
|
---|
| 128 | fceokene_split = 1400
|
---|
| 129 | fceokene_amount = amount - bt_amount - fceokene_split
|
---|
| 130 |
|
---|
| 131 | xmldict = {}
|
---|
| 132 | xmldict['detail_ref'] = args['txn_ref']
|
---|
| 133 | xmldict['department'] = student_record.department
|
---|
| 134 | xmldict['faculty'] = student_record.faculty
|
---|
| 135 | xmldict['fceokene_amount'] = "%d" % int(100*fceokene_amount)
|
---|
| 136 | xmldict['bt_amount'] = "%d" % int(100*bt_amount)
|
---|
| 137 | xmldict['fceokene_split'] = "%d" % int(100*fceokene_split)
|
---|
| 138 |
|
---|
| 139 | if student_record.mode in ('ug_sw','prence',):
|
---|
| 140 | xmldict['fceokene_acct'] = "6216801025"
|
---|
| 141 | xmldict['bank_id'] = '117'
|
---|
[5448] | 142 | elif student_record.mode in ('ug_ft',) and student_record.verdict == 'O':
|
---|
[5416] | 143 | xmldict['fceokene_acct'] = "6216801025"
|
---|
| 144 | xmldict['bank_id'] = '117'
|
---|
[4437] | 145 | elif student_record.mode in ('ug_ft',):
|
---|
| 146 | xmldict['fceokene_acct'] = "6216801033"
|
---|
| 147 | xmldict['bank_id'] = '117'
|
---|
[5521] | 148 | elif student_record.mode in ('pd_ft',):
|
---|
| 149 | xmldict['fceokene_acct'] = "6216801025"
|
---|
| 150 | xmldict['bank_id'] = '117'
|
---|
[4437] | 151 | else:
|
---|
| 152 | xmldict['fceokene_acct'] = "0000000000000"
|
---|
| 153 | xmldict['bank_id'] = '0'
|
---|
| 154 |
|
---|
| 155 |
|
---|
| 156 | xmltext = """<payment_item_detail>
|
---|
| 157 | <item_details detail_ref="%(detail_ref)s" college="FCE Okene" department="%(department)s" faculty="%(faculty)s">
|
---|
| 158 | <item_detail item_id="1" item_name="FCEOkene School Fee" item_amt="%(fceokene_amount)s" bank_id="%(bank_id)s" acct_num="%(fceokene_acct)s" />
|
---|
| 159 | <item_detail item_id="2" item_name="FCEOkene Split" item_amt="%(fceokene_split)s" bank_id="117" acct_num="6216801058" />
|
---|
| 160 | <item_detail item_id="3" item_name="BT" item_amt="%(bt_amount)s" bank_id="89" acct_num="0061001000021095" />
|
---|
| 161 | </item_details>
|
---|
| 162 | </payment_item_detail>""" % xmldict
|
---|
| 163 |
|
---|
| 164 | info['xml_data'] = """<input type="hidden" name="xml_data" value='%s' />""" % xmltext
|
---|
| 165 |
|
---|
| 166 | args['Amount'] = "%d" % (total_amount)
|
---|
| 167 | args['site_name'] = "fceokene.waeup.org"
|
---|
| 168 | args['cust_name_desc'] = "Student Name"
|
---|
| 169 | args['pay_item_id'] = pay_item_id
|
---|
| 170 | args['pay_item_name'] = "FCEOKENE Tuition Payments"
|
---|
| 171 | args['payment_params'] = 'college_split'
|
---|
| 172 | #args['xml_data'] = ''
|
---|
| 173 | #args['xml_data'] = xmltext # info['xml_data']can be used instead
|
---|
| 174 | info['args'] = args
|
---|
| 175 |
|
---|
| 176 | return context.goto_interswitch_form(info=info)
|
---|