fortumo.findService(REQUEST, CALLBACK) -- getting the price

function onFindServiceComplete(response) -- Indicates the carrier support. 0 - unknown (network error/timeout), 1 - available, 2 - unavailable response.serviceStatus -- Service ID response.serviceId if response.serviceStatus == fortumo.SERVICE\_STATUS\_AVAILABLE then -- more code... end end  

Does the response contains the service price ?

Any other method to fetch the price prior to calling the payment code ?

Hello,

no, the response contains only information if this operator is supported by your service/Fortumo. (http://docs.coronalabs.com/daily/plugin/fortumo/findService.html)

And no, right now it is not possible to get the price point information until the payment dialog is presented.

Hello,

no, the response contains only information if this operator is supported by your service/Fortumo. (http://docs.coronalabs.com/daily/plugin/fortumo/findService.html)

And no, right now it is not possible to get the price point information until the payment dialog is presented.