Page 1 of 1

Micro transactions?

Posted: Fri Jan 02, 2015 3:52 pm
by SniX
I wanted to try and make a F2p game but I have no idea of how I'd do micro transaction verification(verifying that someone has paid for that?... How do you think I should go about doing this?

If i can't figure out a way, i guess i will just make a regular pay once, get all the cards and play model?

Re: Micro transactions?

Posted: Sun Jan 04, 2015 12:21 am
by Karai17
You would use a payment processor that can verify if money has been moved for you. There are several of them out there, depending on your company's geographic location. The payment processor would send you a verification token which would allow you to proceed with handing over the goods.

Re: Micro transactions?

Posted: Mon Jan 05, 2015 3:41 am
by SniX
Yes, i understand that, but i was more worried about the implementation in Lõve, there are no paypal or such API's integration for Lõve is there?

Re: Micro transactions?

Posted: Mon Jan 05, 2015 3:51 am
by Karai17
You would need to write one.

Re: Micro transactions?

Posted: Wed May 25, 2016 7:32 pm
by adekto
how would you even write somthing like this? iv been looking into this but how to call stuff (im looking at mobile specificly) but idk how to set a step outside of love2D and into like ios? appdeligate somthing SKProductsRequest somthing SKPayment

Re: Micro transactions?

Posted: Wed May 25, 2016 7:35 pm
by Karai17
You would write a Lua wrapper in C or C++ or perhaps ObjC or Swift that translates to and from Lua data.