question

brajesh avatar image
brajesh asked David Marginian Deactivated commented

How to implement onSignatureRequired method of ICloverGoConnectorListener protocol

Hi Everyone,

Sometime after successful payment, onSignatureRequired get called.
I'm did not get any doc Reference to implement this method.
I checked this Clover Docs document but found nothing.
Please help me.

PaymentConnectorClover GoClover Mobile
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 David Marginian Deactivated commented

Generally, this method is there to give you access to the signature that the customer provided. You can render the signature to the screen for the merchant and allow them to accept or reject it (void the payment or call rejectPayment). Or, you an choose to do nothing with it, up to you.

2 comments
10 |2000

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

brajesh avatar image brajesh commented ·
Hi @David ,

I choose to do nothing with it. but in that case transaction process gets ended. onSaleResponse method does not get called. I don't get any transaction information, but it shows on sandbox account.

0 Likes 0 ·
David Marginian avatar image David Marginian ♦♦ brajesh commented ·
You may need to accept the challenge.
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