Is there any way to send Fabric.io Purchase Event via PHP Server?

57 views Asked by At

We made an mobile application and all purchases confirming after 10-45 minutes later via php server side logic.

Sample: if user clicks to buy button, getting request taken response message then server logic process some logic and confirming after this action.

So, we need to send log purchase event from php server to fabric.io server. Is there any way to do this? Or what is your opinions?

I made some searches about server to server communication and there isnt anything.

2

There are 2 answers

0
Martin Zeitler On

this is not how Answers works. you could in best case let the mobile client request the order status from the web-server and then report a successful purchase or a declined transaction to Answers from there... or even indicate to the mobile client, that the purchase is still being processed (without logging that as an event)... when a purchase takes that long, that's almost mandatory.

just see for yourself, Fabric for Web appears read-only.

0
husmen73 On

there isnt any way to send it at this moment.