Difference between revisions of "Osmp technical details"
From Kolmisoft Wiki
Jump to navigationJump to search
m (→What is OSMP) |
|||
Line 1: | Line 1: | ||
=What is OSMP= | =What is OSMP= | ||
OSMP is a payment gateway that lets your clients top up their balance. The main difference from other payment gateways is that OSMP allows you to pay using OSPM payment terminals rather | OSMP is a payment gateway that lets your clients to top up their balance. The main difference from other payment gateways is that OSMP allows you to pay using physical OSPM payment terminals rather than MOR GUI. | ||
==How OSMP works?== | ==How OSMP works?== | ||
* Client enters his username and amount into OSMP payment terminal. | * Client enters his username and amount into OSMP payment terminal. | ||
* OSMP checks payment details with MOR (is there such user in MOR; amount sizes; | * OSMP checks payment details with MOR (is there such user in MOR; amount sizes; other technical technical details ) | ||
* If everything is correct then user pays using OSMP terminal. | * If everything is correct then user pays using OSMP terminal. | ||
* After the payment has been successfully completed OSMP announces MOR about this and MOR tops up users balance. | * After the payment has been successfully completed OSMP announces MOR about this and MOR tops up users balance. |
Revision as of 09:38, 15 October 2010
What is OSMP
OSMP is a payment gateway that lets your clients to top up their balance. The main difference from other payment gateways is that OSMP allows you to pay using physical OSPM payment terminals rather than MOR GUI.
How OSMP works?
- Client enters his username and amount into OSMP payment terminal.
- OSMP checks payment details with MOR (is there such user in MOR; amount sizes; other technical technical details )
- If everything is correct then user pays using OSMP terminal.
- After the payment has been successfully completed OSMP announces MOR about this and MOR tops up users balance.
Where to find OSMP settings in MOR?
1. Navigate to ADDONS - Payment gateways
2. Select the OSMP gateway:
How to configure SSL for OSMP?
THIS SECTION IS NOT FINISHED
yum -y install mod_ssl
1.
cd /root openssl req -new -newkey rsa:1024 -nodes -keyout ca.key -x509 -days 500 -subj /C=RU/ST=Msk/L=Msk/O=My\ Inc/OU=Sale/CN=bla/emailAddress=user@example.com -out ca.crt
2.
openssl pkcs12 -export -in ca.crt -inkey ca.key -certfile ca.crt -out client01.p12 -passout pass:PASSWORD
File client01.p12 will be generated. This file with password has to be sent to OSMP gateway provider
Other Notes
Advices
- You should enable manual confirmation for this payment gateway