A
A
Annywebart2016-03-18 21:36:29
Fintech
Annywebart, 2016-03-18 21:36:29

Online payment for a store on Laravel 5.2 for Ukraine and Russia?

There is an order for an online store where you need to make an online payment for Ukraine and Russia.
2 sites (Ukrainian and Russian versions) will be on different domains, so there may be different payment methods.
I would like to know how to implement such functionality?
I have not worked with payment systems before, so any information on the implementation of online payments will be useful.
Could you please tell me how can I practice in test mode?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
O
OnYourLips, 2016-03-18
@OnYourLips

You need to find out from the customer which payment systems or aggregators he wants to use, and just read the documentation on their websites.

A
Andrzej Wielski, 2016-03-19
@wielski

Use omnipay , there are many drivers for various payment systems for it, from the integration of bank merchants to robocash or webmoney.
https://github.com/ignited/laravel-omnipay

S
straengel, 2016-03-19
@straengel

For the most part, everything needs to be learned from the one who orders, and based on the preferences of the payment system, it will immediately become clear. Most likely you will send there how much money to transfer and a pack of secret and verification keys, after which the client pays in a payment order and the system sends it back to you on the site, on the page that you indicated or the file. At least that's how it was with Robokassa, I don't think that other payment systems are very different.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question