The billing tag has no wiki summary.
-1
votes
0answers
16 views
CloudBees and the App-Cell Model [closed]
I'm trying to fully understand how CloudBees' app-cell model works and have read all of their developer docs and white papers and still have a few lingering questions:
Say I determine that my app ...
0
votes
0answers
7 views
Accounts/users but admin users without an account (Rails 4+ app)
I have accounts as a logical grouping of users, so it uses a very typical :account has_many :users. However, as I've been working on the project, I've run into a few situations that I'm not sure ...
0
votes
1answer
46 views
Override Magento persistent/checkout/onepage/billing.phtml
I need to override Magento "checkout onepage billing" (Block and phtml).
I extended the block (Mage_Checkout_Block_Onepage_Billing) correctly but I can't replace the ...
-5
votes
1answer
65 views
Billing system in c# [closed]
ci am developing a windows application in C# using sql server 2005 as backend.how can we generate script for printing bill in a specific format.giv any sample codes for getting bill in this format
...
0
votes
1answer
32 views
Shipping/ Billing Address issue on 'Review your information page' paypal page
We have an online gift shop using Ubercart linked to PayPal. The purpose of our website is to purchase gifts to be sent to various shipping addresses (recipients). We are posting this request as the ...
0
votes
0answers
23 views
Get in-app billing user account details
I'm creating an Android application that implements subscriptions to digital content on my backend server. What I wish to do is obtain the name and email associated with the Play account that made the ...
-1
votes
0answers
49 views
Is in-app purchase cached locally on Android device? [closed]
I'm developing Android application which uses in-app billing. Each time application starts, I check for purchased items with queryInventoryAsync function. But when application queries Google Play for ...
0
votes
2answers
141 views
Magento Default one page checkout Not Working
I have configure two Magento stores on one installation. In these two, primary store one page checkout not working fine [ Actually it does not move to next step - billing step ] in step2.
When view ...
0
votes
1answer
14 views
Safe value transfer between databases
I done some search but can't find proper terms to search.
There is two completely separated, but trusted databases. They have unreliable (but safe) connection. Both databases run on different servers ...
0
votes
1answer
119 views
iOS- in-app-purchases - virtual currency
We're developing an iOS app for our game, which is a strategy MMO.
The app should be free.
In the app the users would be able to purchase virtual currency with which she could apply speed-ups and ...
0
votes
0answers
18 views
Patient Billing Process
Since i'm developing a hospital management system over one year, currently I'm reconstructing the methods of billing the patients especially inpatients.
my idea is to make it semi-auto for accountant, ...
1
vote
1answer
59 views
App Engine Multi-Tenancy SSL and Billing
So I understand that we can let many clients use our app and we can separate the data for each client using namespaces based on domain names or some other criteria.
Is there also a way to allow ...
0
votes
1answer
65 views
Android in app billing - can't test real product ID purchase
I'm implementing in app billing in my app. I've followed the example provided by Google and I believe everything is in order. The problem I'm facing is when I try to test a real purchase (with my own ...
1
vote
2answers
196 views
Printing Bills In Java Swing [closed]
I have made a Billing software in Java ( Using Netbeans ) , All the components are working perfectly now , except the Printing section ...
I want to Draw a bill ( With the Store Name , Address , etc ...
0
votes
0answers
50 views
Amazon IAP - PurchaseObserver callbacks not called (except onSdkAvailable)
I hooked our game up to the amazon store using the ButtonClicker sample as a base framework. I am trying to implement the storefront and so building a catalog of purchasable items within the ...
1
vote
1answer
46 views
How long does it take to clear the first billing charge for my google app engine app?
I've made an app in order to send large mailings. Google enforces a 100 recipient a day maximum as I read on the quota page:
100 messages daily until first charge cleared; 20,000 messages per day ...
0
votes
2answers
68 views
Is it possible to not require billing address with PayPal express checkout?
I understand it is possible to use paypal express checkout, with digital goods enabled, and not require a billing address, but I cannot get it to work at all:
private static ...
0
votes
1answer
83 views
android in app billing security non-consumable items
Android doc says about the developer payload:
but for non-consumable items you should use a string that uniquely identifies the user.
How?
I can read for example the phone number but then I need ...
0
votes
1answer
67 views
In-App Billing - What to do when the Play Store app is not installed?
I am going to be supporting In-App billing/ purchases in my app.
From what I have read, it seems the Play Store app must be installed on the device in order to do In-App billing. I have 2 Android ...
0
votes
1answer
21 views
How to update chargify next_billing_at value using php api?
I'm using the php chargify connector described at https://github.com/jforrest/Chargify-PHP-Client and I would like to update the next_billing_at parameter of a subscription. I tried doing it like ...
0
votes
2answers
146 views
How implement billing system
I have two collection in database income_funds and expenditure_funds:
income_funds
timestamp
amount
status (not confirmed, confirmed, refunded)
expenditure_funds
timestamp
amount
...
-1
votes
1answer
102 views
How does the Android In-app Billing refund procedure works? [closed]
From what I have read on the developer page, Android In-app Billing doesn't support refund procedure. You have to use the Google Checkout account in order to issue a refund.
I follow these steps:
...
0
votes
1answer
321 views
Android In App Billing v3: get prices doesn't work for unmanaged items
I am using the standard Android IAB v3 code to detect prices of items at startup.
However it is not returning any SkuDetails for my unmanaged items, only for the managed items.
Any ideas?
static ...
0
votes
1answer
83 views
Debugging a signed APK with Eclipse / adb
I need to debug a signed APK (must be signed because of a billing problem). However, it crashes on startup, so I need to get it under control of the debugger before it does anything.
I've found a ...
1
vote
0answers
41 views
In-app price format for Google Analytics
My app contains in-app products that can be purchased. I use the billing API to retrieve the list of products that can be purchased and their prices.
The retrieved price is a formatted String ...
1
vote
1answer
102 views
Identifying Users of Google Play Subscriptions
How do I implement (Auto-renewable) Subscriptions for an Android App.
I've read the documentation
and as far as I understand, the process is the following:
User subscribes to such a subscriptions ...
1
vote
1answer
48 views
Failsafe for billing system?
I currently have a billing system where a nightly script checks for subscriptions that expire a month from the date the script is run, eg:
Subscription.where(:expires => (Date.today + ...
0
votes
0answers
11 views
How to prevent page numbers in footer of bill (Elite Document Studio)
I am using Elite Document Studio version 5.7.0 to generate bills.
How can I prevent page numbers from appearing in the footer of the output document (Word format)? I know that when I add an ...
1
vote
1answer
282 views
Disable Billing and shipping address in Magento Checkout
Now I m in a situation that, I need to Skip the billing address in my magento site.
I tried out installing a module Express checkout. But it wont help since it will do it for all products and will ...
0
votes
0answers
391 views
Display Billing & Shipping address, Shipping & Payment methods in Onepage checkout order review
Ho to display this information selected by customer:
Billing Address
Shipping Address
Shipping Method
Payment
in Order Review Step in Magento Onepage Checkout?
I have tried with this in ...
0
votes
0answers
29 views
Android in-app billing. Is anybody know life-cycle of in-app subscriptions?
What will be after first month?
How to check if recurring was billed?
How to check if user continue subscription or not?
p.s.
seems it's here ...
0
votes
0answers
47 views
Comparing 2 MySQL Databases with PHP
The owner of the company I work for has asked that a script be developed that can compare our database of active services against our billing system. We have come across quite a few cases where a ...
1
vote
0answers
119 views
currency symbol to iso code on Android
Is there any way to convert a currency symbol to the corresponding ISO code in Java/Android?
I have seen that Google Play in-app billing APIv3 can send us the item price including the currency ...
0
votes
2answers
329 views
Android is sending 2 requests to download one file via mobile browser
That is really happening. I made test in PHP to confirm this.
I created a test.php file and put:
<?php
error_log('Downloading...');
header('Content-type: application/force-download');
...
1
vote
1answer
282 views
Magento billing address n/a field values - When Customer register but not having any address yet
I am getting problem on Magento checkout page. While customer is register, and not enter his/her address details in my account section and try to checkout then on billing screen getting fields with ...
6
votes
1answer
315 views
Django - User Billing Platforms / Middleware, i.e., Tracking Expenses and Charges
I am writing a webapp and I would like to start charging my users. What are the recommended billing platforms for a python/Django webapp?
I would like something that keeps track of my users' ...
0
votes
0answers
24 views
The definitive quide to subscription based billing systems [closed]
Some days back I came across a very useful question/article on stackoverflow that dealt with best practices on designing and developing form based website authentication : The definitive guide to ...
1
vote
1answer
131 views
Rapid testing of recurring/subscription billing using Recurly
Short question: How can I quickly simulate/test the process flow in Recurly without having to wait 24 hours to see what happens?
Detail: My back-end developer is setting up Recurly to handle our ...
0
votes
0answers
37 views
Amazon Usage Based Billing per stack
Currently working on Amazon Usage Based Billing. I'm stuck in two places
1) Does any one have a clue if Amazon provides billing per stack. Or if I tag a stack could I get usage based billing based on ...
0
votes
1answer
93 views
Android Amazon In-App Billing - Verifying/Confirming Licences
I have a fairly simply In-App Purchase setup - he user can buy a one-time licence to disable Ads and that's it, no subscriptions, no consumables - just a one-off licence they keep forever.
Obvious I ...
0
votes
0answers
51 views
Android In-app billing version 2 subscription static response not working
In Android In-app billing version 2 subscription static response is not working, This static response like android.test.purchased is working for inapp products, but the same is not working for ...
1
vote
2answers
187 views
In-app billing implementing: confirmed purchase
This is part of the code to implement in-app billing. I have two doubts.
@Override
public void onPurchaseStateChange(PurchaseState purchaseState, String itemId,
int quantity, long ...
0
votes
1answer
71 views
How to pass or display mySQL data based on subscription or billing
I want to build a PHP based site where, the user can view data based on the types of data they've paid for.
Allow me to use something simple for an example.
Let's say historical data for basketball ...
3
votes
1answer
190 views
chan->cdr no data after upgrade from Asterisk 1.4.21
I have a legacy Asterisk application in C which does authentication of users, routing and billing using MySQL. I have kept it with Asterisk 1.4.21 because none of the CDR data is returned in newer ...
0
votes
0answers
1k views
Android In-app billing problems
I'm having troubles with in-app purchasing. I have downloaded example from Google Play to test in-app billing, change public key, sign it for release mode, upload app in Store(didnt publish it), add ...
-1
votes
1answer
244 views
Retail billing project in java and database design [closed]
I am thinking to develop retail project(super market billing) in java(Struts2 and hibernate, MYSQL) which helps my dad to store all his Super-Market transactions. I am pursuing B.Tech. I have ...
0
votes
1answer
134 views
Google App Engine free version uses more than 1 GB per day of outgoing bandwidth
I just enabled billing just because my daily bandwidth seemed to exceed 1 GB per day.
But I realized from the Billing History section, days before the day the billing is enabled, the daily bandwidth ...
1
vote
1answer
51 views
Moving android application to another account
I am planning to move my application to another account.
Question 1: Can I do it without closing my old account?
Question 2: My application has in-app payments, so according to this spec. This ...
0
votes
1answer
258 views
How to make in-app purchase for Android HTML5 based?
I want to make my Android/HTML5 application be able to make in-app purchase, but i cant find any information on how to archive this. Some one has an idea how to get it done? any tutorial, walk-trough, ...
0
votes
0answers
35 views
interconnect the freeside v2.3.3 & freeradius server
Is there a way to interconnect the freeside v2.3.3 & freeradius server.if you know please let me know the configuration.


