As I understand it, there was a similar task here https://crm-onebox.com/en/support/finances/951-avtomatizatsiya-priema-platezhey-liqpay/
There was also a task (but they entered from the side of the outlet) https://crm-onebox.com/ru/support/price-platforms-and-marketplaces/1029-podklyuchit-avtomatizatsiyu-po-statusam-oplati-s-rozetkaua-liqpay /
In general, it’s somehow unclear to me why there is no integration of payment collection with LikPay
That is, now (if I understand correctly) everyone is collecting payments from Privat24 (either for individuals or for legal entities)
But in fact, LikPay accepts all payments and only then sends them to Privat, and there are a number of nuances here:
1. Payments do not always arrive promptly in Privat (there are night delays and there are delays on holidays)
2. There is also a situation when you need to make refunds on LikPay and they are made at the expense of future payments, and in this case, the amount of the paid order either does not enter
As I understand it, there was a similar task here https://crm-onebox.com/en/support/finances/951-avtomatizatsiya-priema-platezhey-... There was also a task (but they entered from the side of the outlet) https://crm-onebox.com/ru/support/price-platforms-and-marketplaces/1029-podklyuc... / In general, it’s somehow unclear to me why there is no integration of payment collection with LikPay That is, now (if I understand correctly) everyone is collecting payments from Privat24 (either for individuals or for legal entities) But in fact, LikPay accepts all payments and only then sends them to Privat, and there are a number of nuances here: 1. Payments do not always arrive promptly in Privat (there are night delays and there are delays on holidays) 2. There is also a situation when you need to make refunds on LikPay and they are made at the expense of future payments, and in this case, the amount of the paid order either does not enter
Hello Vladislav! A few months ago, I started to deal with this topic, and realized that this can be done with the action "Pass business process to API" at the stage. I myself could not set it up properly, because I'm not good at Boxing, but the logic should be as follows: this action sends a LiqPay request in which the order id is indicated, and it sends a response with the same id of this kind "paid" / "not paid" etc. (there are a lot of answers), and depending on this answer, you need to configure the BP so that it goes to another stage. In general, in theory, this action is very cool. At a basic level, you can work with any API and not wait for Box or someone else to make an application.
Hello Vladislav!
A few months ago, I started to deal with this topic, and realized that this can be done with the action "Pass business process to API" at the stage. I myself could not set it up properly, because I'm not good at Boxing, but the logic should be as follows: this action sends a LiqPay request in which the order id is indicated, and it sends a response with the same id of this kind "paid" / "not paid" etc. (there are a lot of answers), and depending on this answer, you need to configure the BP so that it goes to another stage.
In general, in theory, this action is very cool. At a basic level, you can work with any API and not wait for Box or someone else to make an application.
Yurchenko Roman Sergeevich Client wrote: Hello Vladislav! A few months ago, I started to deal with this topic, and realized that this can be done with the action "Pass business process to API" at the stage. I myself could not set it up properly, because I'm not good at Boxing, but the logic should be as follows: this action sends a LiqPay request in which the order id is indicated, and it sends a response with the same id of this kind "paid" / "not paid" etc. (there are a lot of answers), and depending on this answer, you need to configure the BP so that it goes to another stage. In general, in theory, this action is very cool. At a basic level, you can work with any API and not wait for Box or someone else to make an application.
I didn’t try to knock with this action, but in theory, yes, but I think it’s not so simple there, in the likpee it’s like you need to do authorization, get a token and only then send a request and then receive, you’ll have to do several actions there, if it would work not bad
[quote]
Yurchenko Roman Sergeevich
Client wrote:
Hello Vladislav!
A few months ago, I started to deal with this topic, and realized that this can be done with the action "Pass business process to API" at the stage. I myself could not set it up properly, because I'm not good at Boxing, but the logic should be as follows: this action sends a LiqPay request in which the order id is indicated, and it sends a response with the same id of this kind "paid" / "not paid" etc. (there are a lot of answers), and depending on this answer, you need to configure the BP so that it goes to another stage.
In general, in theory, this action is very cool. At a basic level, you can work with any API and not wait for Box or someone else to make an application.
[/quote]
I didn’t try to knock with this action, but in theory, yes, but I think it’s not so simple there, in the likpee it’s like you need to do authorization, get a token and only then send a request and then receive, you’ll have to do several actions there, if it would work not bad
Kupriyan Vladislav Valerievich Baza.cn.ua / Integrator (FOP Kupriyan) wrote: I didn’t try to knock with this action, but in theory, yes, but I think it’s not so simple there, in the likpee it’s like you need to do authorization, get a token and only then send a request and then receive, you’ll have to do several actions there, if it would work not bad
This action has all these settings - https://prnt.sc/ybi4tv I somehow tried with other simpler systems (here is one of them https://blackbox.net.ua/), making a connection - partially worked. But I have no experience in reading logs and queries to understand what exactly the problem is.
[quote]
Kupriyan Vladislav Valerievich
Baza.cn.ua / Integrator (FOP Kupriyan) wrote:
I didn’t try to knock with this action, but in theory, yes, but I think it’s not so simple there, in the likpee it’s like you need to do authorization, get a token and only then send a request and then receive, you’ll have to do several actions there, if it would work not bad
[/quote]
This action has all these settings - https://prnt.sc/ybi4tv
I somehow tried with other simpler systems (here is one of them https://blackbox.net.ua/), making a connection - partially worked. But I have no experience in reading logs and queries to understand what exactly the problem is.
Kupriyan Vladislav Valerievich Baza.cn.ua / Integrator (FOP Kupriyan) wrote: I didn’t try to knock with this action, but in theory, yes, but I think it’s not so simple there, in the likpee it’s like you need to do authorization, get a token and only then send a request and then receive, you’ll have to do several actions there, if it would work not bad
This action has all these settings - https://prnt.sc/ybi4tv I somehow tried with other simpler systems (here is one of them https://blackbox.net.ua/), making a connection - partially worked. But I have no experience in reading logs and queries to understand what exactly the problem is.
I once set up the action (integrated with magento using a self-written API) If you want I can help with the setup (set up and tell you how and where to look)
[quote]
Yurchenko Roman Sergeevich
Client wrote:
[quote]
Kupriyan Vladislav Valerievich
Baza.cn.ua / Integrator (FOP Kupriyan) wrote:
I didn’t try to knock with this action, but in theory, yes, but I think it’s not so simple there, in the likpee it’s like you need to do authorization, get a token and only then send a request and then receive, you’ll have to do several actions there, if it would work not bad
[/quote]
This action has all these settings - https://prnt.sc/ybi4tv
I somehow tried with other simpler systems (here is one of them https://blackbox.net.ua/), making a connection - partially worked. But I have no experience in reading logs and queries to understand what exactly the problem is.
[/quote]
I once set up the action (integrated with magento using a self-written API)
If you want I can help with the setup (set up and tell you how and where to look)
Please join the conversation. If you have something to say - please write a comment. You will need a mobile phone and an SMS code for identification to enter.
Log in and comment
Donate
You don't have enough funds in your account Top up