I'm developing the application on Flutter(dart) where users should be able to receive payments for some services. For example, user A offers service and user B should be able to pay for this service by a payment card. All users are from Ukraine.
I thought to use stripe gateway and there is Flutter library for this. But my understanding is that stripe does not work with Ukraine. Users are able to pay but they are not allowed to receive payments. Am I right?
What should I do? Should I look for another payment gateway that works with Ukraine?