question

paulryan avatar image
paulryan asked paulryan commented

Receipt Print from POS in semi-integration

Hi David,



Can you advise if I can use the below to retrieve the clover terminal receipt, so i can print the clover card terminal receipt through my epos ?

/// Device wants a receipt printed for Manual Refund (ie in POS Print mode)

/// </summary>

public event PrintManualRefundReceiptHandler PrintManualRefundReceipt;

/// <summary>

/// Device wants a receipt printed for Manual Refund Declined (ie in POS Print mode)

/// </summary>

public event PrintManualRefundDeclineReceiptHandler PrintManualRefundDeclineReceipt;

/// <summary>

/// Device wants a receipt printed for a Payment (ie in POS Print mode)

/// </summary>

public event PrintPaymentReceiptHandler PrintPaymentReceipt;

/// <summary>

/// Device wants a receipt printed for a Payment Declined (ie in POS Print mode)

/// </summary>

public event PrintPaymentDeclineReceiptHandler PrintPaymentDeclineReceipt;

/// <summary>

/// Device wants a receipt printed for a Payment (ie in POS Print mode)

/// </summary>

public event PrintPaymentMerchantCopyReceiptHandler PrintPaymentMerchantCopyReceipt;

/// <summary>

/// Device wants a receipt printed for a Refunded Payment (ie in POS Print mode)

/// </summary>

public event PrintRefundPaymentReceiptHandler PrintRefundPaymentReceipt;

/// <summary>

/// Device wants a receipt printed for a Payment (ie in POS Print mode)

Clover Android SDK
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
David Marginian avatar image
David Marginian Deactivated answered paulryan commented

No, those are listeners (on ICloverConnectorListener) the actions you can take are on ICloverConnector.

1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

paulryan avatar image paulryan commented ·
Thanks David.



0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community