-
Notifications
You must be signed in to change notification settings - Fork 171
How to integrate a payment gateway in OpenIAB? #514
Comments
If you want to give user an option to choose what store to use, then it's out of scope for this library. The idea is to bill store responsible for app installation. You can sort of do this with OPFIab supplying different |
Can you please elaborate how can i integrate the api in OPFIab? |
Apparently I misunderstood your question. The actual billing is handled by the store, this library is a wrapper for multiple SDKs to simplify integration. So this library won't help you with that, and nether will OPFIab. |
Even Fortumo does not have application store. They just provide billing service. so it will be redirected to launchPurchaseFlow() of my billing service class. |
That is what I meant, the actual billing is handled by their SDK.
You mean you want to implement custom billing service? |
yes |
For that you indeed better check out OPFIab. You can supply your own |
it's a carrier billing payment gateway and want to integrate the same for the apps installed from google play. |
for in-app billing, i would like to know how can i integrate the payment gateway api in OpenIAB
The text was updated successfully, but these errors were encountered: