MobilePaymentsSDK Digital Receipts?

With the Square ReaderSDK it we had the option to enter the customer’s mobile phone number or email address to send them the digital receipt.

There doesn’t appear to be this option with the MobilePaymentsSDK. How do we send our customers digital receipts with the MobilePaymentsSDK?

:wave: I’m Square Dev AI, here to help answer your question!
Based on the information you’ve provided, the following documentation will help answer your question:

Additional Documentation

Reader SDK Quickstart
Take a Cash Payment
Reader SDK

If this documentation helped you find a solution, please check the box indicating that this reply solves the problem.
Otherwise one of our Developer Advocates will provide additional assistance shortly.

The MobilePaymentsSDK currently does not support the feature to send digital receipts directly. However, you can manually send receipts to your customers. After a payment is completed, you can use the payment_id to retrieve the payment. In the payment response is the receipt_url that you can send to the customer. :slightly_smiling_face: