Receipts (Android)

Receipts — Android

val receiptConfig = ReceiptConfiguration(sendEmail = true, sendSMS = false, promptCustomer = true)

fun buildReceipt(result: TransactionResult) = mapOf(
    "transactionID" to result.transactionID,
    "authCode"      to result.authCode,
    "amount"        to result.amount.toString(),
    "cardBrand"     to result.cardBrand,
    "cardLast4"     to result.cardLast4
)
See the Tap to Pay on Android overview for the full topic list.

Take Your Business to the Next Level

Find out how our innovative payment solutions can benefit your business. Reach out to us for more information or to get started!

Let's Get Started