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 ?