Uh oh!
There was an error while loading. Please reload this page.
forked from sajanPoddar/sslcommerz-lib-py
- Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathtest.py
More file actions
Latest commit
37 lines (35 loc) · 1.65 KB
/
Copy pathtest.py
File metadata and controls
37 lines (35 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
fromsslcommerz_libimportSSLCOMMERZ
settings= { 'store_id': 'testbox', 'store_pass': 'test_testemi@ssl', 'issandbox': True }
sslcommez=SSLCOMMERZ(settings)
sessionkey='A8EF93B75B8107E4F36049E80B4F9149'
post_body= {}
post_body['tran_id'] ='5E121A0D01F92'
post_body['val_id'] ='200105225826116qFnATY9sHIwo'
post_body['amount'] ="10.00"
post_body['card_type'] ="VISA-Dutch Bangla"
post_body['store_amount'] ="9.75"
post_body['card_no'] ="418117XXXXXX6675"
post_body['bank_tran_id'] ="200105225825DBgSoRGLvczhFjj"
post_body['status'] ="VALID"
post_body['tran_date'] ="2020-01-05 22:58:21"
post_body['currency'] ="BDT"
post_body['card_issuer'] ="TRUST BANK, LTD."
post_body['card_brand'] ="VISA"
post_body['card_issuer_country'] ="Bangladesh"
post_body['card_issuer_country_code'] ="BD"
post_body['store_id'] ="test_testemi"
post_body['verify_sign'] ="d42fab70ae0bcbda5280e7baffef60b0"
post_body['verify_key'] ="amount,bank_tran_id,base_fair,card_brand,card_issuer,card_issuer_country,card_issuer_country_code,card_no,card_type,currency,currency_amount,currency_rate,currency_type,risk_level,risk_title,status,store_amount,store_id,tran_date,tran_id,val_id,value_a,value_b,value_c,value_d"
post_body['verify_sign_sha2'] ="02c0417ff467c109006382d56eedccecd68382e47245266e7b47abbb3d43976e"
post_body['currency_type'] ="BDT"
post_body['currency_amount'] ="10.00"
post_body['currency_rate'] ="1.0000"
post_body['base_fair'] ="0.00"
post_body['value_a'] =""
post_body['value_b'] =""
post_body['value_c'] =""
post_body['value_d'] =""
post_body['risk_level'] ="0"
post_body['risk_title'] ="Safe"
response=sslcommez.hash_validate_ipn(post_body)
print(response)