For any receipt related questions, digital or other forms.
Questions tagged [receipt]
283 questions
3
votes
0 answers
iOS IAP receipt validation error handling
I have a bunch of IAPs in my iOS application, and I have implemented receipt validation for the IAPs.
I'm wondering what error handling I should be doing if the receipt validation request fails.
So, say you have a user who legitimately purchases one…

Alec
- 1,247
- 2
- 9
- 9
3
votes
0 answers
Is it possible to get a list of validated receipt data from iTunes Connect?
After my new iOS App was approved last friday, today I recognized that I mistakenly rolled back an SVN change and therefor all In-App-Purchases that were made during the weekend were validated in the wrong place (Sandbox URL). (Error code 21008:…

eyecatchUp
- 10,032
- 4
- 55
- 65
3
votes
1 answer
What url should I use to verify my receipt in In-App Purchase
The above question I found in FAQ in Apple's Tech Notes (QNo: 15). They gave an answer like this:
Use the sandbox URL https://sandbox.itunes.apple.com/verifyReceipt
while testing your application in the sandbox and while your
application is in…

iPhone Guy
- 1,285
- 3
- 23
- 34
3
votes
1 answer
Creating a raster receipt on Star TSP100 printer in android
I'm trying to create a receipt that will print from an android device to a TSP100 Star printer. I have searched everywhere and can not find a simple example of printing a rasterized receipt (since TSP100 only accepts raster). I emailed Star and they…

bbeardall
- 121
- 2
- 5
2
votes
1 answer
How to print wireless on a receipt printers (Epson TM) with java?
i need to write a Java application that is capable of printing wirelessly on an Epson TM receipt printer. I researched quite a while and came across with Java POS drivers, but I am not sure if they actually support wireless printing or not. Also it…

user990330
- 45
- 1
- 6
2
votes
1 answer
Is there any way to eject cash drawer without paper feed?
We're using a Bixolon SRP-350 receipt printer with a Windows 7 Point of Sale system. The printer is connected via USB to the PC; the cash drawer is connected to the printer with a special cable. To open the cash drawer, we issue a printer…

paulsm4
- 114,292
- 17
- 138
- 190
2
votes
2 answers
In App Purchase Receipt Verification
I'm having troubles getting a response from my receipt validation for my in-app purchase. Can you please take a look at the code below and tell me why I'm not getting anything in return? Also, if there are any suggestions on good ways to test…

JRDesign
- 21
- 2
2
votes
1 answer
How to set printing paper size based on ?
I would like to create a simple printing using POS printer. Currently i'm trying on HTML/CSS before moving on to PHP (prefer core PHP, not framework).
The only problem is, the paper size is automatically set to roll paper (50mm x 80mm) and I'm…
helloworld_id
- 21
- 1
- 2
I would like to create a simple printing using POS printer. Currently i'm trying on HTML/CSS before moving on to PHP (prefer core PHP, not framework).
The only problem is, the paper size is automatically set to roll paper (50mm x 80mm) and I'm…

helloworld_id
- 21
- 1
- 2
2
votes
3 answers
Is anyone able to perform Receipt validation?
Is anyone now online able to perform receipt validation in a Mac application?
Have you used the ASN generated files in the application?
Are you able to produce a sample receipt by automatic popup of the iTunes authentication?

aravind
- 23
- 3
2
votes
0 answers
how to edit woocommerce receipt to include full name
How do I change woocommerce receipt to include customer's FULL name, not just first name?
I want to CHANGE get_billing_first_name to "get full name", but am not sure of syntax. this is current code from customer-processing-order.php:

jsk
- 21
- 2
2
votes
0 answers
How do I hide the Print preview dialogue on Chrome ver59 (using Win 7)
I know that this topic has been talked about before but I can't seem to get it working. I'm currently printing to an Epson TM88V Receipt Printer via Chrome - I have this set as my default printer. I am in Kiosk mode. The problem is that I briefly…

Vinay
- 21
- 2
2
votes
1 answer
What is the meaning of this 'String#format' pattern?
During research for a task (create a receipt) I found the following code:
public class Kassenzettel {
public static void main(String[] args) {
// Einzelpreise - Waren
double SEBox = 299.00;
double Hauptplatine = 79.80;
…

Laura
- 19
- 4
2
votes
1 answer
Star micronics mpop iOS SDK - Save and print a character using the blank code page
I have the star micronics mpop. I have read the documentation (http://www.starmicronics.com/support/mannualfolder/starprnt_cm_en.pdf) Section 2-8 states that you can write to the blank code page. I have followed these instructions but I am still…

Eeshwar
- 277
- 3
- 17
2
votes
1 answer
Printing barcode is not working in odoo receipt? code 39 format is not working?
I am tried all these codes. But it's not working? Actually I am adding '*' with barcode, but it does not work. Do I need to configure or do any changes on barcode nomenclature?

maha lakshmi
- 61
- 1
- 7
2
votes
2 answers
Why is the Apple AppStore in-app receipt empty on iOS?
In application I need to implement auto-renewable subscriptions purchases.
As I understand documentation, I should check AppStore receipt on app launch and then validate that receipt with my server.
In my code I do following to retrieve…

pvshnik
- 1,760
- 3
- 12
- 14