sumup / sumup-android-sdk

Sample App for the SumUp Android SDK
Other
101 stars 29 forks source link

Print Receipt on Bluetooth Printer (Bixolon) #115

Closed alexschled closed 3 years ago

alexschled commented 4 years ago

Hello,

is it possible to print the payment receipt on a bixolon spp-r200ii printer instead of sending it via e-mail?

Thank you

JullianSU commented 4 years ago

Hi @alexschled,

Thank you for your message, the SDK is not made to connect directly with the printer, it is the responsibility of your application to communicate with the printer. The receipt that we send is not made to be printed. You can use what is in the response ok the SDK/API or use our Receipt REST API to build your own receipt.

Many thanks,