Questions tagged [fortumo]

Fortumo is a payment service provider for mobile carrier billing on Android.

Fortumo is a payment service provider for mobile carrier billing on Android.
Official Website: https://fortumo.com/
Developer Site: https://developers.fortumo.com

13 questions
9
votes
3 answers

Alternative in-app-purchase methods for Android

I want to use an alternative way for in-app purchases in my Android application such as Fortumo or PayPal libraries. Don't they violate Android Developers Terms of Services? Or will it cause the suspending of my developer account? Can I also sell…
user1150958
  • 91
  • 1
  • 2
3
votes
3 answers

Widget Fallback is disabled while in sandbox mode (Fortumo)

I am using fortumo for Android. In AVD fortumo is working fine with the application, but when I debug it on my mobile device. It give me "Widget Fallback is disabled while in sandbox mode" I searched about it and found that it is occurring because…
2
votes
1 answer

Fortumo In-App payment for Android

I'm trying to create a application, where you can buy In-App credits with the Fortumo service. I've managed to get the makePayment(); method working so I can make a payment and everything seems to work. The only thing is, that it looks like…
Heigo
  • 936
  • 8
  • 18
0
votes
1 answer

Fortumo get billing status android go to main activity

I need help regarding Fortumo. I have 2 classes: Pay.class and Main.class. When I open the application, it runs the Pay.class to complete the payment via Fortumo. After successful payment, it redirects to Main.class. But when I open the application…
androiddevs78
  • 141
  • 2
  • 2
  • 9
0
votes
1 answer

can not find fortumo "API KEYS" section

as fortumo documentations says: JWT based authentication Before using the JWT based authentication, you will need to add a public key under "API keys" section in your Fortumo Dashboard. Refer to Preparing SSH keys guide on how to generate the…
0
votes
1 answer

Android app crash with fortumo in-app payments

The app code is package com.musicdownloader; import com.fortumo.android.PaymentActivity; import com.musicdownloader.R; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.view.View; import…
DIMOS
  • 29
  • 4
0
votes
1 answer

Fortumo reciept verificaton

Can anyone help to configure this its doing my nut in now. This will be useful: https://developers.fortumo.com/cross-platform-mobile-payments/ I have the secret key and the widget set up i just need it add the stuff to my database e.g coins + 1 in a…
0
votes
2 answers

Fortumo service not working in sandbox mode

I made Fortumo service and started to test it (in sandbox mode). In "Edit" tab I entered "To which URL will your payment req be forwarded to?": http://mywebsite.com/sms When I go to "Test" tab and trying to test my service I don't get any HTTP GET…
0
votes
2 answers

How to use fortumo getNonConsumablePaymentStatus for android

Anyone has using fortumo for android-eclipse before? I already read and follow the fortumo guildline for android but it seem it lack more detail information I stuck at getNonConsumablePaymentStatus(context, service-id, in-app secret, product_name)…
JohnaHalim
  • 200
  • 2
  • 12
0
votes
1 answer

Fortumo installation: error "Requested service was not found"

Does anyone have experience with insatlling Fortumo mobile payment? I have included all of code in my front-end and all I get is lightbox with error message that "Requested service was not found". Here is my code: …
user3100193
  • 531
  • 4
  • 6
  • 16
0
votes
1 answer

fortumo android - MpUtils enablePaymentBroadcast error

I am using fortumo solution for payment, in an android application 2.1 (I tried also with android 3.0). I followed the user guid by creating the payment in the manifest.xml permission and enabling it in the onCreat. This line of code (in the…
ahmed_khan_89
  • 2,755
  • 26
  • 49
0
votes
1 answer

How to integrate fortumo In-App purchase plugin to Corona Sdk game?

I am trying to integrate the fortumo In-App purchase plugin to my game I am currently following the documentation on there home page but i don't get…
Beri
  • 245
  • 2
  • 17
-1
votes
1 answer

Fortumo Web SDK processing

I am setting up Fortumo Web SDK payment for my website, I am putting the url in "To which URL will your payment requests be forwarded to?" I am using some DB related code here so that it would insert the code in DB and I could check it afterwards,…
shairoo
  • 29
  • 1
  • 6