Kwick Receipts connect with transactions, not users.

Kwick Receipts is unique in the sense that we work with transactions, not users or tokens. We let you work with the users. With the perspective of transaction first the flow does not suffer from issues such as lost and stolen cards or users that need to do multiple registrations because of a new phone etc. With transaction first, we keep track of the transaction and focus on adding value to it - adding value to your end-users.

Kwick Receipts support all modern types of electronic payments. If a transaction is digital, then we can handle it!

Card transactions

We support all type of cards regardless of issuer or payment network. Visa, MasterCard, Amex, loyalty cards etc. You can use whatever card payment solution, we will focus on providing the receipt.

"transaction": {
	"id": "YOUR_REFERENCE",
	"merchant_no": "00000000000000000000000000012345678",
	"terminal_id": "0000000012345678",
	"reference_no": "123456789123",
	"auth_code": "123456",
	"auth_date": "2022-04-22",
	"auth_currency": "SEK",
	"auth_masked_card_number": "**** **** **** 1111",
	"auth_amount": 290.00,
	"clearing": true,
	"auth_time": "13:05:42",
	"auth_timezone": "Europe/Stockholm"
}

Apple pay

We support Apple Pay payments and provide the receipts. The payment triggers a card transaction at the terminal using NFC, following the standards for electronic financial standards at the card transactions network.

"transaction": {
	"id": "YOUR_REFERENCE",
	"merchant_no": "00000000000000000000000000012345678",
	"terminal_id": "0000000012345678",
	"reference_no": "123456789123",
	"auth_code": "123456",
	"auth_date": "2022-04-22",
	"auth_currency": "SEK",
	"auth_masked_card_number": "**** **** **** 1111",
	"auth_amount": 290.00,
	"clearing": true,
	"auth_time": "13:05:42",
	"auth_timezone": "Europe/Stockholm"
}

Swish

We add an extra layer of value to Swish by providing digital receipts to a Swish transaction.

"transaction": {
	"id": "YOUR_REFERENCE",
	"SwishReferenceId": "1111111111111111",
	"PayeeAlias": "1231111111",
	"auth_date": "2022-04-22",
	"auth_currency": "SEK",
	"auth_amount": 290.00,
	"clearing": true,
	"auth_time": "13:05:42",
	"auth_timezone": "Europe/Stockholm"
}

Travel Agency transactions

We support transactions made at travel agencies and deliver the relevant delivery note for each transaction.

"transaction": {
	"id": "YOUR_REFERENCE",
	"partner_id": "AY",
	"invoice_number": "00000012345678",
}