Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

useCamera - a flag indicating to use the mobile device's camera to read the customer's bank card number or enter the number manually.

After the successful completion of the payment, you can save the buyer's signature using the method:

void assistPayEngine.setUserSignature(long id, byte[] signature),

where

id - payment transaction ID.

Additionally, you can check the result of the payment using the method:

...