Based on the card scheme rules, there are mandatory fields that must be included on the receipt for card payments. As we also provide other payment methods, we share with you an overview of which details are mandatory or optional. Please be aware that incorrect receipt content can cause your customers (merchants) to incur serious penalties from the schemes.
Payment by card
Below you will find the variables used in the receipt visual for the App2app API:
Number
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Variable
batchNumber
receiptNumber
terminalID
emvAid
emvAppLable
cardDataEntry
cardNumber
transacitonType
Static text - amount
currencyCode
amount
pinOk
Static text - Authorization code
approvedCode
Static text - sequence number
sequenceNumber
Type
String
String
String
String
String
String
String
Integer
String
String
String
Boolean
String
String
String
String
Below you will find the variables used in the receipt visual for the Cloud API:
Number
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Variable
batchNumber
receiptNumber
tid
aid
cardType
cardDataEntry
maskedPan
transactionOperation
Static text - amount
currencyCode
amount
pinMessage
Static text - Authorization code
authorizationCode
Static text - sequence number
sequenceNumber
Type
String
String
String
String
String
String
String
Integer
String
String
String
Boolean
String
String
String
String
