Determine if signature captured

Hello,

I am using Poynt SDK on the Poynt terminal device. We launch payment fragment so that the payment can be made and tip and signature captured. However, I need to detect if the signature was captured or skipped.

It seems like regardless of whether the digital signature is provided or skipped, the signatureCapture field of the transaction is always true.

So how does one find out if a signature was provided on the second screen or was it skipped.

Thanks,

If signature was captured, transation.signatureCaptured will be set to true, otherwise it should be null

Hi Dennis,

I have tried several times. It is always coming out to be true even when signature was skipped.