question

Sukhbir Singh avatar image
Sukhbir Singh asked Sukhbir Singh commented

How can we capture Pre-Auth amount from android SDK, Is it possible?

@Jeffrey Blattman
PaymentsAuth
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

justina avatar image
justina Deactivated answered Sukhbir Singh commented
Hi @sanjay,

At a high level, here is part of the flow you would follow to implement a pre-auth using the Payment Connector SDK:
  • Initialize a Payment Connector Object
  • Attach a listener to the Payment Connector
  • In the listener, implement the onPreAuthResponse & onCapturePreAuthResponse callbacks
  • The payment connector will have the preauth & capturePreAuth methods you can call
Here is an example application you can use as reference.

Please let me know if I can help to clarify any questions you have about using this SDK.

Regards,
Justin
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.

Sukhbir Singh avatar image Sukhbir Singh commented ·

Thanks for your reply, I will follow your steps.

0 Likes 0 ·

Welcome to the
Clover Developer Community