For any receipt related questions, digital or other forms.
Questions tagged [receipt]
283 questions
4
votes
1 answer
Install asn1c library in Xcode 5 for receipt validation in ios7
I'm banging my head with receipt validation.
I'm in a phase where I validate if certificate is valid and I need to parse ASN1 file.
Apple suggest to use asn1c, like :
#include "Payload.h" /* This header file is generated by asn1c. */
void *pld…

Marko Zadravec
- 8,298
- 10
- 55
- 97
4
votes
1 answer
What are the circumstances in ios7 where an app won't have a receipt on the device
From reading the Apple docs [1], an app gets an updated receipt when it is downloaded, updated, or in-app purchases are restored. Is there ever a case where it won't exist at all?
Some specific cases where it is not clear:
if a user installs an app…

combinatorial
- 9,132
- 4
- 40
- 58
4
votes
3 answers
Validating appReceiptStoreURL Returning 21002 Status
I have created a class which handles the purchases on In-App Purchases and also the validating of receipts. A while ago I used to use the transactionReceipt property on an SKPaymentTransaction, but have updated my code a fair amount and now use…

Infinity James
- 4,667
- 5
- 23
- 36
4
votes
2 answers
In-App Purchase Receipt Validation Contradiction
Apple offers two documents about receipt validation, with apparently contradictory statements.
In "Verifying Store Receipts":
Note: On iOS, the contents and format of the store receipt is private
and subject to change. Your application should not…

hpique
- 119,096
- 131
- 338
- 476
4
votes
1 answer
How to print a cheque through the receipt printer in Java?
I have pos58 receipt printer(printer made in China), this printer supports ESC-POS Commands.
I want to print out a cheque in Java without JavaPos api. Just I don't know how do this.
Is there some way to implement it? Or what the library is?
Or are…

SBotirov
- 13,872
- 7
- 59
- 81
4
votes
2 answers
iOS in-app purchase's receipt string explained
I try to understand the receipt information obtained from iTunes server, but could not find relevant documentation.
Particularly, what's the difference among unique_identifier, unique_vendor_identifier, original_transaction_id (which is claimed, in…

Nimit Pattanasri
- 1,602
- 1
- 26
- 37
4
votes
3 answers
Deleting SQS Message with Receipt Handle
I am currently using amazon's SQS, and am having issues when trying to delete queue messages that are currently "In Flight".
Below is some example code:
ReceiveMessageRequest queueRequest = new ReceiveMessageRequest();
…

Samuel Raghunath
- 155
- 1
- 13
3
votes
2 answers
looking for a simple database design for accounts receivable
I am in the process of adding accounts receivable to one of my webapps. Essentially, I want to be able to create sales invoices and record payments received.
The reports, I generate are
statement with balance outstanding
invoice
receipt
To create…

bumperbox
- 10,166
- 6
- 43
- 66
3
votes
1 answer
Receipt API integration using razorpay invoices
I want to create a receipt after the successful payment process by Razorpay and send it to the customer but there is only an invoice to generate the payment link page which I can send via email and SMS so that customer can proceed to pay but I only…

Insha Khan
- 31
- 1
3
votes
2 answers
Setting language of email after Stripe checkout
tl;dr: Using Stripe Checkout, new customers always get the first receipt email in English, even if the checkout process is in a different, customer-chosen language.
I'm struggling with an issue that should be simple to resolve, and I've been -…

marcel salathe
- 242
- 3
- 14
3
votes
1 answer
How to include product information in the receipt using PaymentIntent API?
I am using PaymentIntent API of stripe to process payments in my website. The CreateIntent method allows you set a email in which the receipt will be emailed. But in that email They only send the information of how much the amount was. I want to…

vikram
- 361
- 5
- 15
3
votes
0 answers
Original Application Version is missing in App Store receipt
My iOS app grandfathers users, who purchased the app before September 2018, by checking the App Store receipt's original_application_version field. For around the last two weeks, this value is no longer present for some of my App Store users. I…

Felix
- 776
- 8
- 16
3
votes
1 answer
Get public receipt link after payment via PayPal Checkout-Python-SDK
Trying to implement payments with Checkout-Python-SDK with requirement to provide the public link to detailed receipt to payer. Creating order on client, capturing it on server and everything is fine except I don't mind how to point user to his…

oxfn
- 6,590
- 2
- 26
- 34
3
votes
0 answers
Epson ePOS SDK checking for printer status real-time
How do I check for epson receipt printer status in real-time?
Currently, I am using a scheduled timer to run the Epos2Discovery.start every 10 seconds to check for printer availability.
printerCheckTimer = Timer.scheduledTimer(timeInterval: 10,…

Clinton
- 310
- 1
- 2
- 11
3
votes
1 answer
Print Receipt in table layout c# winforms project
I'm having trouble printing a receipt in an acceptable manner for a winforms application I'm working on, and I'm attaching my code, the receipt i'm printing, and another image of a receipt I want to print something like it
here is my code
private…

Joey Arnanzo
- 329
- 3
- 18