I'm digitally capturing the signature.Are there any requirements for this?

When it comes to capturing the signature of your customer digitally on your mobile device, there are some requirements in place when submitting them as part of the transaction. They are mainly in place to protect youin case those signatures are required to resolvea disputed payment.
As a default, you shoulduse the utility and helper functions directly available in the SDK. If you want to optimize this even further, here are the general rules:
  • Converting the imageto black/white is
    OK.
  • Cropping the image is
    NOT OK
    . Please always use the complete canvas you use to capture the signature (including texts, images or other elements)
  • Scaling the image down
    is OK
    ,as long as the shortest side is
    at least 400px.
  • Converting the image format to JPEG or PNG
    OK.
    For PNG use compression level 9, for JPEG a quality of 90%+.