Questions tagged [receipt]

For any receipt related questions, digital or other forms.

283 questions
6
votes
2 answers

How to validate android billing receipt server side

I'd like to make server side validation of a purchase receipt made in an android application. I'm using a node.js backend. I'm currently trying to do it using google-play-purchase-validator node module…
Pipaul
  • 65
  • 2
  • 5
6
votes
3 answers

How to implement and test a free trial on iOS in app purchase in Sandbox? How to validate the flow and trial info via Apple receipts?

I want to create a trial period ( 1 week) on my 1 month AR subscription in App purchase application via iTunes Connect. The question is, how to test it in sandbox and have the accurate information in Apple receipts that indicates the differenciation…
Sandy
  • 61
  • 1
  • 2
6
votes
2 answers

Dynamics AX 2012 - changing the general ledger posting of product receipt

I've have been tasked with extending the general ledger posting for product receipt in an DAX 2012. In 2012 it seems to me that Microsoft har started a transition away from using the traditional LedgerVoucher, LedgerVoucherObject and…
6
votes
1 answer

Invalid transaction receipt returned by appStoreReceiptURL (NSData), in iOS 7

I'm using following method to get the receipt data: // Use this method instead of accessing transaction.transactionReceipt directly! - (NSData *)appStoreReceiptForPaymentTransaction:(SKPaymentTransaction *)transaction { NSData *receiptData =…
Mustafa
  • 20,504
  • 42
  • 146
  • 209
6
votes
1 answer

Saving / restoring auto-renewing receipts without duplicates

I'm developing an app with auto-renewing receipts, and saving them in the server, which is all working great, until the user restores their purchases - this causes duplicates. The transaction_id field is different for the same receipt with every…
Malcolm Christie
  • 727
  • 1
  • 6
  • 20
6
votes
1 answer

Where can I find specifications for Receipt Barcodes?

I have a question about the barcodes at the bottom of receipts. I am looking at writing some software around it and would be interested in any specs or 3rd party software packages surrounding it. What I really need is a solid source of information…
Andrew Dunaway
  • 1,206
  • 3
  • 16
  • 29
6
votes
1 answer

Refund the previously purchased non-renewing subscription, not the current one. Possible?

I'm implementing an iOS app with non-renewing subscription. Not much relevant information was available online; so I seek your guidance. A use case which worries me the most is when a user purchased the subscription once and then immediately after…
Nimit Pattanasri
  • 1,602
  • 1
  • 26
  • 37
5
votes
1 answer

iOS Receipt not found

I am implementing in-app purchases in a Swift 3.0 app so I need to grab the app receipt to verify it against the iTunes store. Here is how I am getting the receipt: func getReceipt() -> Data? { if Bundle.main.appStoreReceiptURL != nil { …
Dustin Spengler
  • 5,478
  • 4
  • 28
  • 36
5
votes
1 answer

How to improve speed with Receipt printer and ESC/POS commands in Java

I have an application that communicates with a thermal printer in Java and makes the thermal printer print receipts with a barcode/emphasis/different sizes and so forth using a Star tsp 100 Printer. I can make the program print exaclty what i like…
Orvil Nordström
  • 325
  • 6
  • 18
4
votes
4 answers

How do I make star TSP100LAN receipt printer work with Android?

I have found an API here However, when I run the AndroidSample test app I get errors. When I press on the "Get Printer Status" button I get "Printer is online". This button works it seems. However: Pressing "Read data from printer" yields…
esb
  • 41
  • 1
  • 2
4
votes
2 answers

Does an app's receipt creation date get reset after an app delete?

Let's say an app was installed from the App Store on October 20 2017. The user deleted the app a month ago and reinstalled the app today. Would the receipt's Creation Date be October 20, 2017, or today's date? And a follow-up question is, does…
4
votes
2 answers

Electron print without dialog (silent print)

I just need to use electron js to build my desktop app, I use simple BrowserWindow to load my website in the application. I added some functionality to reload the window when the connection issues so when the internet turn-on again the app will…
zippax
  • 284
  • 2
  • 5
  • 13
4
votes
1 answer

How to add POS Restaurant notes for every items into POS Restaurant reciept?

I manage to change the template for POS receipt on /addons/point_of_sale/static/src/xml/pos.xml which lies within : But how to change the detail on PosTicket ? .....
Galvion
  • 1,353
  • 7
  • 23
  • 35
4
votes
3 answers

IAPs actually validating the receipt (Swift)

I have been trying to implement receipt validation in my spritekit game. I have been following various tutorial and basically ended up with this code enum RequestURL: String { case production = "https://buy.itunes.apple.com/verifyReceipt" case…
crashoverride777
  • 10,581
  • 2
  • 32
  • 56
4
votes
1 answer

iOS In App Purchase Non Renewing Subscription Receipt Validation

I am trying to understand if it is possible (or not), from within an app targeted at iOS7, to check if a Non Renewing Subscription receipt has been cancelled by Apple? I thought there was a way to check for a Cancellation Date in the receipt,…
NeilMortonNet
  • 1,500
  • 4
  • 16
  • 36
1
2
3
18 19