Questions tagged [billing]

Billing is the process of sending a bill to a customer

Billing is the process of sending a bill to a customer.

Related links

828 questions
155
votes
10 answers

Maximum Year in Expiry Date of Credit Card

Various online services have different values for maximum year of expiry, when it comes to Credit Cards. For instance: Basecamp: +15 years (2025) Amazon: +20 years (2030) Paypal: +19 years (2029) What is the reasonable maximum here? Are there any…
Art
  • 23,747
  • 29
  • 89
  • 101
53
votes
8 answers

how to cancel an in-app test purchase on android?

Until june 20th 2016 i was able to cancel test purchases done in my app. Doing multiple in-app purchases (not consumable) from the same test account made it easy to develop and test the code without too much hazzle. After 20th june 2016, the…
KennethJohansen
  • 579
  • 1
  • 4
  • 7
29
votes
2 answers

How many Datastore reads consume each Fetch, Count and Query operations?

I'm reading on Google App Engine groups many users (Fig1, Fig2, Fig3) that can't figure out where the high number of Datastore reads in their billing reports come from. As you might know, Datastore reads are capped to 50K operations/day, above this…
systempuntoout
  • 71,966
  • 47
  • 171
  • 241
29
votes
4 answers

Using external payments processor on Android for SaaS instead of Google Play In-app Billing

I’ve built a SaaS website with subscriptions, enabled by an external payments processor (which could be Stripe, Braintree, Paddle, etc.). Now this website for my SaaS has been packaged in a small WebView wrapper and is about to be released as an…
caw
  • 30,999
  • 61
  • 181
  • 291
27
votes
2 answers

Setting subscription to inactive in google playstore

While developing an android app I added two test subscriptions in the google play console with some fictional prices. Now the app is productive and the test subscription prices are displayed to the users inside the playstore: I tried to deactivate…
Dirk
  • 1,020
  • 8
  • 16
25
votes
3 answers

android billing how to enable enablePendingPurchases()

I've moved from an old gradle of billing api, to the most recent to date, and now I've tried adding BillingClient.Builder enablePendingPurchases = BillingClient.newBuilder(this).setListener(this); but I can not get it to work, here's the error …
Vampi
  • 398
  • 1
  • 4
  • 12
24
votes
4 answers

Android In-App billing item price

How can the price of an in-app billing item be retrieved before actually displaying the android market frontend for the in-app purchase? Currently it looks like the user only can find out the price for an in-app item in the purchase dialog and i…
PsychoChris
  • 241
  • 1
  • 2
  • 4
23
votes
4 answers

android in app billing purchase verification failed

i' having trouble implementing in app billing in my android app. i'm getting a purchase signature verification failed. In a first time i tough it was the base64 key but i checked it many times and i'm still getting the error, then after i took a…
20
votes
2 answers

How to get resource name from Azure Resource GUID?

I have 2 azure subsription. Today,I found that suddently 2000 Rs. didcuted from my one of the subsription. When I have started insvestigating for the resource which has consumed maximun unit, I found on preview portal that perticular Resource Guid…
Swapnil Mahajan
  • 251
  • 1
  • 2
  • 7
19
votes
2 answers

How can I get AWS monthly invoice PDF using AWS API?

How can I programmatically download the PDF monthly invoice the accounting department ask me every month? I can get them from AWS Console (eg. https://console.aws.amazon.com/billing/home?region=eu-west-3#/bills?year=2019&month=3) Where there is a…
CDuv
  • 2,098
  • 3
  • 22
  • 28
19
votes
1 answer

Can I set a hard limit on my AWS spend?

Is there a way I can set a limit on my AWS spend? I've tried AWS Budgets and also CloudWatch. but they seem to support only notifications- unless I'm missing something.
Ruchi Chopra
  • 191
  • 1
  • 4
17
votes
1 answer

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 purchase, namely the same information I can get…
user2254532
  • 1,851
  • 2
  • 14
  • 14
17
votes
3 answers

Google Place API usage limitations and billing

I have developed one app in which i have used the Google Place API. This is what places doc says about limitation. The Google Places API has the following query limits: Users with an API key are allowed 1 000 requests per 24 hour period. Users who…
Prem
  • 1,664
  • 3
  • 15
  • 20
15
votes
2 answers

In App billing not working after update - Google Store

I have implemented In-App billing in my app - and very recently google has updated it,previously i was testing the in-app billing with "android.test.purchased" and it was working fine (Buy full Version and Restore full version). Now i took the…
Goofy
  • 6,098
  • 17
  • 90
  • 156
15
votes
3 answers

Azure Virtual Machine Billing

I dont know if this is the right place, but I am assuming MSFT staff also answers these questions since the azure portal links to StackOverflow? Questions: I understand that Azure no longer bills me for a VM so long as it and its cloud service are…
Frank
  • 1,056
  • 3
  • 17
  • 38
1
2 3
55 56