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.
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.
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.
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.
3 People are following this question.